From c9c594c1bc7c25d86d2bc70faf060ac70ac262b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 04:19:04 +0000 Subject: [PATCH] Bump jackson-databind from 2.3.0 to 2.12.4 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.3.0 to 2.12.4. - [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..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'