diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..aa80afd3d 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -9,7 +9,7 @@ jar { dependencies { compile 'org.projectlombok:lombok:1.12.2' compile 'javax.xml.bind:jaxb-api:2.2.4' - compile 'com.fasterxml.jackson.core:jackson-databind:2.3.0' + compile 'com.fasterxml.jackson.core:jackson-databind:2.12.4' compile 'commons-lang:commons-lang:2.6' compile 'commons-io:commons-io:2.5' compile 'com.google.guava:guava:15.0'