From da5628c480dd0938dc0bc052ec6a78aa61c7b807 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 04:17:30 +0000 Subject: [PATCH] Bump jackson-databind from 2.4.1.1 to 2.11.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.4.1.1 to 2.11.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c867e49..295dd171 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { testRuntime 'org.slf4j:slf4j-simple:1.7.7' // Jackson JSON processor - compile 'com.fasterxml.jackson.core:jackson-databind:2.4.1.1' + compile 'com.fasterxml.jackson.core:jackson-databind:2.11.2' // Preconditions compile 'com.google.guava:guava:18.0'