From e83b754ac79bfb175c1bcd9fbada8a6696045fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:06:43 +0300 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.0 (#3447) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.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 849a60e41e..b77a046da4 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ ext { // Testing brotli4jVersion = '1.17.0' - jacksonDatabindVersion = '2.17.2' + jacksonDatabindVersion = '2.18.0' testAddonVersion = reactorCoreVersion assertJVersion = '3.26.3' awaitilityVersion = '4.2.2'