From 5c1633d08f32cd285be85f28bab3a693e6465747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:10:14 +0000 Subject: [PATCH] Bump jackson-databind from 2.12.0 to 2.12.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ecfcebd72c..fb09b1037d 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ ext { nettyIoUringVersion = '0.0.2.Final' // Testing - jacksonDatabindVersion = '2.12.0' + jacksonDatabindVersion = '2.12.1' testAddonVersion = reactorCoreVersion assertJVersion = '3.18.1' hoverflyJavaVersion = '0.14.0'