From 56f84265f65fda8941f00d7cf3c2bb018abc831c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 17 Dec 2018 04:58:33 +0000 Subject: [PATCH] [Security] Bump jackson-databind from 2.3.0 to 2.9.8 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.3.0 to 2.9.8. **This update includes security fixes.** - [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..3b30281e6 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.8' compile 'commons-lang:commons-lang:2.6' compile 'commons-io:commons-io:2.5' compile 'com.google.guava:guava:15.0'