diff --git a/launcher-builder/build.gradle b/launcher-builder/build.gradle index f2eff2274..61424b7b7 100644 --- a/launcher-builder/build.gradle +++ b/launcher-builder/build.gradle @@ -11,7 +11,7 @@ dependencies { compile 'org.tukaani:xz:1.0' compile 'org.apache.commons:commons-compress:1.9' compile 'commons-io:commons-io:2.5' - compile 'com.google.code.gson:gson:2.8.0' + compile 'com.google.code.gson:gson:2.8.7' } shadowJar {