Skip to content

Commit

Permalink
Updated AWS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-aws committed Dec 13, 2021
1 parent 1494d2d commit 904e0a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Temporary queues are also automatically deleted if the clients that created them
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-sqs-java-temporary-queues-client</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<type>jar</type>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-sqs-java-temporary-queues-client</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<name>Amazon SQS Java Temporary Queues Client</name>
<description>An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See https://aws.amazon.com/sqs.</description>
<url>https://github.com/awslabs/amazon-sqs-java-temporary-queues-client</url>
Expand All @@ -27,7 +27,7 @@
</developer>
</developers>
<properties>
<aws-java-sdk.version>1.11.300</aws-java-sdk.version>
<aws-java-sdk.version>1.12.128</aws-java-sdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId>
<version>1.11.819</version>
<version>1.12.128</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 904e0a2

Please sign in to comment.