From ce2822027f6e340166dcca240656fe12a4a182dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:48:04 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.22.0 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.1 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.1...jackson-bom-2.22.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.22.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 57b5026..eb4858d 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { exclude group: 'io.netty', module: 'netty-codec-http' } implementation 'io.netty:netty-codec-http:4.2.13.Final' // Transitive from reactor netty - implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1') + implementation platform('com.fasterxml.jackson:jackson-bom:2.22.0') implementation 'com.fasterxml.jackson.core:jackson-core' implementation 'com.fasterxml.jackson.core:jackson-annotations' implementation 'com.fasterxml.jackson.core:jackson-databind'