From c4c4e2ac1f5f3d076c6981582881938528a092cb 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:21:46 +0000 Subject: [PATCH] Bump jackson-databind from 2.4.1.1 to 2.12.4 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.4.1.1 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c867e49..eb7c9b6e 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.12.4' // Preconditions compile 'com.google.guava:guava:18.0'