Skip to content

Commit

Permalink
aws-java-sdk 1.11.18 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Jul 19, 2016
1 parent bec5035 commit 6bd26eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subprojects {
}

dependencies {
compile 'com.amazonaws:aws-java-sdk:1.11.9'
compile 'com.amazonaws:aws-java-sdk:1.11.18'
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.5'
testCompile 'junit:junit:4.10'
testCompile 'com.google.guava:guava:18.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/awsMixin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.amazonaws:aws-java-sdk:1.11.9'
classpath 'com.amazonaws:aws-java-sdk:1.11.18'
classpath 'com.google.guava:guava:18.0'
}
}
Expand Down

0 comments on commit 6bd26eb

Please sign in to comment.