From cfdccc554a8031890cc544b647b77cfe4eaa3065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:03:09 +0200 Subject: [PATCH] Bump jackson-databind from 2.14.0 to 2.14.1 (#2584) Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f9377dd2c..f522b70f45 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ ext { nettyQuicVersion = '0.0.34.Final' // Testing - jacksonDatabindVersion = '2.14.0' + jacksonDatabindVersion = '2.14.1' testAddonVersion = reactorCoreVersion assertJVersion = '3.23.1' awaitilityVersion = '4.2.0'