Skip to content

Commit

Permalink
Updating Java SDK version in KPL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatin committed Feb 24, 2021
1 parent 99ddb43 commit b82f0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</build>
<name>KinesisProducerLibrary Sample Application</name>
<properties>
<aws-java-sdk.version>1.11.603</aws-java-sdk.version>
<aws-java-sdk.version>1.11.960</aws-java-sdk.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</build>

<properties>
<aws-sdk-core-version>1.11.312</aws-sdk-core-version>
<aws-sdk-core-version>1.11.960</aws-sdk-core-version>
</properties>

<dependencies>
Expand Down

0 comments on commit b82f0f7

Please sign in to comment.