Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-98bc4c49dc46d80b27b43dba2cfbc6aa
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta authored Jan 12, 2024
2 parents 0108a9e + 1650a38 commit 6c39bd1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.17</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
4 changes: 2 additions & 2 deletions AmazonSQS/AmazonSQSRAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ holder.
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.20.162</version>
<version>2.20.17</version>
<type>jar</type>
</dependency>
<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 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.4.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.4.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
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 6c39bd1

Please sign in to comment.