From a153fe030b084ba415bcf50461067547164cdb9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 04:15:31 +0000 Subject: [PATCH] Bump jackson-databind from 2.3.0 to 2.12.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.3.0 to 2.12.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot-preview[bot] --- launcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..8ca96b4dc 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.2' compile 'commons-lang:commons-lang:2.6' compile 'commons-io:commons-io:2.5' compile 'com.google.guava:guava:15.0'