From 6cd537c2c9966b031b3ddb648da68519eb13982a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 11:03:35 +0000 Subject: [PATCH] Bump jackson-databind from 2.11.1 to 2.12.3 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.1 to 2.12.3. - [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 1f5fc0b..5de5e29 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { compile 'io.netty:netty-all:4.1.53.Final' compile 'com.google.guava:guava:23.4-jre' compile 'org.slf4j:slf4j-api:1.7.30' - compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.1' + compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.3' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' runtime 'ch.qos.logback:logback-classic:1.2.3' testCompile 'junit:junit:4.13.1'