From 65ca54212dc9fb3f77efc876a6355477f0ffa690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:22:39 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.2...jackson-bom-2.21.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build-logic/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/build.gradle b/build-logic/build.gradle index 51e4ee17cfa..b80d74e86cc 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.2' implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.2' implementation 'org.cyclonedx:cyclonedx-gradle-plugin:3.0.2' - implementation "com.fasterxml.jackson:jackson-bom:2.21.2" // later version for cyclonedx + implementation "com.fasterxml.jackson:jackson-bom:2.21.3" // later version for cyclonedx implementation "org.slf4j:slf4j-api:2.0.17" // later version for cyclonedx implementation "org.apache.commons:commons-lang3:3.20.0" // later version for cyclonedx implementation 'org.apache.maven:maven-core:3.9.15'