Skip to content

Commit

Permalink
Upgrade AWS Java SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dai0304 committed Apr 15, 2016
1 parent 85c6c2c commit e589c44
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.7.0'
Expand Down Expand Up @@ -62,9 +60,9 @@ configurations {
// ======== library versions ========
ext {
lombokVersion = "1.16.2"
awsJavaSdkVersion = "1.10.58"
awsJavaSdkVersion = "1.10.69"
groovyVersion = "2.3.7"
junitVersion = "4.+"
junitVersion = "4.12"
hamcrestVersion = "1.3"
mockitoCoreVersion = "1.9.5"
guavaVersion = "18.0"
Expand Down

0 comments on commit e589c44

Please sign in to comment.