Skip to content

Commit

Permalink
Merge pull request #710 from payara/dependabot/maven/software.amazon.…
Browse files Browse the repository at this point in the history
…awssdk-sqs-2.20.17

Bump sqs from 2.18.17 to 2.20.17
  • Loading branch information
jGauravGupta authored Jan 12, 2024
2 parents 9f9e805 + 6dba36f commit 8e7e526
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.18.17</version>
<version>2.20.17</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 @@ -62,7 +62,7 @@ holder.
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.18.17</version>
<version>2.20.17</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 8e7e526

Please sign in to comment.