Skip to content

Commit

Permalink
Merge pull request #766 from payara/dependabot/maven/awssdk.version-2…
Browse files Browse the repository at this point in the history
….25.6

Bump awssdk.version from 2.23.3 to 2.25.6
  • Loading branch information
jGauravGupta authored Mar 12, 2024
2 parents 04106b7 + 4f8c483 commit 501d154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.23.3</version>
<version>2.25.6</version>
<type>jar</type>
<scope>provided</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 @@ -54,7 +54,7 @@ holder.
<description>RAR for the Amazon SQS JCA Adapter</description>
<url>http://www.payara.fish</url>
<properties>
<awssdk.version>2.23.3</awssdk.version>
<awssdk.version>2.25.6</awssdk.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 501d154

Please sign in to comment.