From 7fd77ce9b470e368a6e7ca5dceb0253decf90890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:48:35 +0000 Subject: [PATCH] Bump jacksonVersion from 2.15.4 to 2.21.3 Bumps `jacksonVersion` from 2.15.4 to 2.21.3. Updates `com.fasterxml.jackson:jackson-bom` from 2.15.4 to 2.21.3 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.4...jackson-bom-2.21.3) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-toml` from 2.15.4 to 2.21.3 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.15.4...jackson-dataformats-text-2.21.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-toml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6dcbcc7cb..82e043af6 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { ext { // Platforms grpcVersion = '1.76.0' // [1.38.0,) Needed for io.grpc.protobuf.services.HealthStatusManager - jacksonVersion = '2.15.4' // [2.9.0,) + jacksonVersion = '2.21.3' // [2.9.0,) jackson3Version = '3.0.4' nexusVersion = '0.5.0-alpha' // we don't upgrade to 1.10.x because it requires kotlin 1.6. Users may use 1.10.x in their environments though.