diff --git a/decruncher/build.gradle b/decruncher/build.gradle index c70ae7a..de2df61 100644 --- a/decruncher/build.gradle +++ b/decruncher/build.gradle @@ -31,7 +31,7 @@ task jarWithDependencies(type: Jar) { dependencies { compile project(':hprof-lib') compile project(':bmd-lib') - compile 'commons-io:commons-io:2.4' + compile 'commons-io:commons-io:2.14.0' compile files('libs/dex-reader-1.15.jar') testCompile group: 'junit', name: 'junit', version: '4.11' } \ No newline at end of file