From b740042768afe7447f5bbabe3a374a2fa07ab856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 08:35:31 +0300 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.1 to 2.15.2 (#2816) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.1 to 2.15.2. - [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 9313bdf172..5fed3cc139 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ ext { nettyQuicVersion = '0.0.43.Final' // Testing - jacksonDatabindVersion = '2.15.1' + jacksonDatabindVersion = '2.15.2' testAddonVersion = reactorCoreVersion assertJVersion = '3.24.2' awaitilityVersion = '4.2.0'