From c2589f99551d8376afc8ea86778a461ea3066cef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 04:18:12 +0000 Subject: [PATCH] Bump jackson-databind from 2.4.1.1 to 2.11.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.4.1.1 to 2.11.1. - [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..94dc015d 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.1' // Preconditions compile 'com.google.guava:guava:18.0'