From 2f33dd7d06818ff2b4272adf464f849b8a1ad3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:38:32 +0200 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1 (#3488) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 to 2.18.1. - [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] 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 ed96b8010a..0ffc4f1325 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ ext { // Testing brotli4jVersion = '1.17.0' - jacksonDatabindVersion = '2.18.0' + jacksonDatabindVersion = '2.18.1' testAddonVersion = reactorCoreVersion assertJVersion = '3.26.3' awaitilityVersion = '4.2.2'