Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-f70b1f2dd55b5294166c5f74b5f663bd
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta authored Jan 12, 2024
2 parents af20f19 + d48e176 commit 86d3e12
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion AmazonSQS/AmazonSQSExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ holder.
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.18.17</version>
<version>2.20.69</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion AmazonSQS/AmazonSQSJCAAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ holder.
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.18.17</version>
<version>2.20.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion AmazonSQS/AmazonSQSRAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ holder.
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
<version>2.18.17</version>
<version>2.20.17</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion AzureServiceBus/AzureSBExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>1.2.13</version>
<version>3.6.7</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion AzureServiceBus/AzureSBJCAAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>1.2.13</version>
<version>3.6.7</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion AzureServiceBus/AzureSBRAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-servicebus</artifactId>
<version>1.2.13</version>
<version>3.6.7</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion Kafka/KafkaJCAAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.2.1</version>
<version>3.6.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion Kafka/KafkaRAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.2.1</version>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.5</version>
<version>7.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<javadocVersion>${javadoc.version}</javadocVersion>
<notimestamp>true</notimestamp>
Expand Down Expand Up @@ -172,14 +172,14 @@
<repository>
<id>payara-enterprise</id>
<name>Payara Enterprise Nexus</name>
<url>https://nexus.payara.fish/content/repositories/payara-enterprise</url>
<url>https://nexus.dev.payara.fish/content/repositories/payara-enterprise</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>payara-enterprise</id>
<name>Payara Enterprise Nexus</name>
<url>https://nexus.payara.fish/content/repositories/payara-enterprise</url>
<url>https://nexus.dev.payara.fish/content/repositories/payara-enterprise</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down

0 comments on commit 86d3e12

Please sign in to comment.