diff --git a/launcher-builder/build.gradle b/launcher-builder/build.gradle index f2eff2274..26c1c10f3 100644 --- a/launcher-builder/build.gradle +++ b/launcher-builder/build.gradle @@ -10,7 +10,7 @@ dependencies { compile project(':launcher') compile 'org.tukaani:xz:1.0' compile 'org.apache.commons:commons-compress:1.9' - compile 'commons-io:commons-io:2.5' + compile 'commons-io:commons-io:2.10.0' compile 'com.google.code.gson:gson:2.8.0' } diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..b9fbbac12 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -11,7 +11,7 @@ dependencies { compile 'javax.xml.bind:jaxb-api:2.2.4' 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 'commons-io:commons-io:2.10.0' compile 'com.google.guava:guava:15.0' compile 'com.beust:jcommander:1.32' compile 'com.miglayout:miglayout:3.7.4'