From 7d4a83baa90bc94e98b56d1414bf2802f3c6cb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:33:49 +0200 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 (#3099) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.2 to 2.17.0. - [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-minor ... 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 b8d9486f60..0aa4f12229 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ ext { // Testing brotli4jVersion = '1.16.0' - jacksonDatabindVersion = '2.16.2' + jacksonDatabindVersion = '2.17.0' testAddonVersion = reactorCoreVersion assertJVersion = '3.25.3' awaitilityVersion = '4.2.0'