diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..5a5e1bd8f 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -12,7 +12,7 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.3.0' compile 'commons-lang:commons-lang:2.6' compile 'commons-io:commons-io:2.5' - compile 'com.google.guava:guava:15.0' + compile 'com.google.guava:guava:23.0' compile 'com.beust:jcommander:1.32' compile 'com.miglayout:miglayout:3.7.4' compile 'com.google.code.findbugs:jsr305:3.0.0'