Skip to content

Commit

Permalink
Merge pull request #81 from ziyanli-amazon/v1
Browse files Browse the repository at this point in the history
Upgrade java sdk dependencies to 1.12 and version bump
  • Loading branch information
ziyanli-amazon authored Jan 12, 2023
2 parents 83719ed + 0097c2b commit fd4adb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For more information on using the amazon-sqs-java-extended-client-lib, see our g
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<type>jar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<properties>
<aws-java-sdk.version>1.11.300</aws-java-sdk.version>
<aws-java-sdk.version>1.12.383</aws-java-sdk.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fd4adb0

Please sign in to comment.