From c56cfe7d4c2e362496b60f7bc1ded60b3dcaae32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 16 May 2019 04:32:12 +0000 Subject: [PATCH] Bump jackson-databind from 2.3.0 to 2.9.9 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.3.0 to 2.9.9. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] --- launcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..93c36fd85 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.9.9' compile 'commons-lang:commons-lang:2.6' compile 'commons-io:commons-io:2.5' compile 'com.google.guava:guava:15.0'