From 2a574d18095d78e2d345f7daf3b8b21dd44dd78f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 05:03:29 +0000 Subject: [PATCH] Bump jackson-databind from 2.10.0.pr1 to 2.11.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0.pr1 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 377c829..9710714 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ repositories.jcenter() dependencies { compileOnly 'org.jetbrains:annotations:17.0.0' implementation 'com.squareup.okhttp3:okhttp:4.1.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.1' // jackson modules runtimeOnly 'com.fasterxml.jackson.module:jackson-module-afterburner:1.9.4'