Skip to content

Commit

Permalink
Use the Current Version of the AWS Java SDK (#138)
Browse files Browse the repository at this point in the history
Updated to the 1.11.91 version of the AWS Java SDK.
  • Loading branch information
pfifer authored Feb 17, 2017
1 parent 037e886 commit bf71524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</licenses>

<properties>
<aws-java-sdk.version>1.11.76</aws-java-sdk.version>
<aws-java-sdk.version>1.11.91</aws-java-sdk.version>
<sqlite4java.version>1.0.392</sqlite4java.version>
<sqlite4java.native>libsqlite4java</sqlite4java.native>
<sqlite4java.libpath>${project.build.directory}/test-lib</sqlite4java.libpath>
Expand Down

0 comments on commit bf71524

Please sign in to comment.