Skip to content

Commit 8b7e3ff

Browse files
authored
Merge pull request #74 from adam-aws/master
Updated AWS SDK
2 parents 1494d2d + 904e0a2 commit 8b7e3ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Temporary queues are also automatically deleted if the clients that created them
2121
<dependency>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>amazon-sqs-java-temporary-queues-client</artifactId>
24-
<version>1.2.3</version>
24+
<version>1.2.4</version>
2525
<type>jar</type>
2626
</dependency>
2727
```

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.amazonaws</groupId>
44
<artifactId>amazon-sqs-java-temporary-queues-client</artifactId>
5-
<version>1.2.3</version>
5+
<version>1.2.4</version>
66
<name>Amazon SQS Java Temporary Queues Client</name>
77
<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>
88
<url>https://github.com/awslabs/amazon-sqs-java-temporary-queues-client</url>
@@ -27,7 +27,7 @@
2727
</developer>
2828
</developers>
2929
<properties>
30-
<aws-java-sdk.version>1.11.300</aws-java-sdk.version>
30+
<aws-java-sdk.version>1.12.128</aws-java-sdk.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
</properties>
3333

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>
3838
<artifactId>aws-java-sdk-bom</artifactId>
39-
<version>1.11.819</version>
39+
<version>1.12.128</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>

0 commit comments

Comments
 (0)