Skip to content

Commit

Permalink
Merge pull request #74 from adam-aws/master
Browse files Browse the repository at this point in the history
Updated AWS SDK
  • Loading branch information
eddy-aws authored Dec 14, 2021
2 parents 1494d2d + 904e0a2 commit 8b7e3ff
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 http://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 8b7e3ff

Please sign in to comment.