Skip to content

Commit fd4adb0

Browse files
Merge pull request #81 from ziyanli-amazon/v1
Upgrade java sdk dependencies to 1.12 and version bump
2 parents 83719ed + 0097c2b commit fd4adb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more information on using the amazon-sqs-java-extended-client-lib, see our g
2424
<dependency>
2525
<groupId>com.amazonaws</groupId>
2626
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
27-
<version>1.2.2</version>
27+
<version>1.2.3</version>
2828
<type>jar</type>
2929
</dependency>
3030
```

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.amazonaws</groupId>
88
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
9-
<version>1.2.2</version>
9+
<version>1.2.3</version>
1010
<packaging>jar</packaging>
1111
<name>Amazon SQS Extended Client Library for Java</name>
1212
<description>An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
@@ -37,7 +37,7 @@
3737
</developers>
3838

3939
<properties>
40-
<aws-java-sdk.version>1.11.300</aws-java-sdk.version>
40+
<aws-java-sdk.version>1.12.383</aws-java-sdk.version>
4141
</properties>
4242

4343
<dependencies>

0 commit comments

Comments
 (0)