Skip to content

Commit

Permalink
Merge pull request #341 from yatins47/master
Browse files Browse the repository at this point in the history
Updating Java SDK version in KPL.
  • Loading branch information
yatins47 authored Feb 24, 2021
2 parents b56f0f1 + b82f0f7 commit 1af627e
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 1af627e

Please sign in to comment.