From f814aa80a1308940096aaf29f0c788aaa5b2db13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:30:28 +0000 Subject: [PATCH] Bump jackson-databind from 2.10.1 to 2.12.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.1 to 2.12.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 f87cfdb..8ced27f 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { compile "io.vertx:vertx-codegen:$vertx_version" kapt "io.vertx:vertx-service-proxy:$vertx_version:processor" kapt "io.vertx:vertx-codegen:$vertx_version:processor" - compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.1' + compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.1' compile "com.fasterxml.jackson.module:jackson-module-kotlin:2.10.+" implementation "org.jetbrains:annotations:15.0" // see: https://youtrack.jetbrains.com/issue/KT-35721