From 3fd9750b22ef3a6c5dc62b7de0e58f475420b155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:05:27 +0000 Subject: [PATCH] Bump tools.jackson.core:jackson-databind from 3.1.4 to 3.2.0 Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.1.4 to 3.2.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.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 671e4c6..b2a7cbb 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ tasks.checkstyleTest { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.1.4' + implementation 'tools.jackson.core:jackson-databind:3.2.0' implementation 'tools.jackson.module:jackson-module-blackbird:3.1.4' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' testImplementation platform('org.junit:junit-bom:6.1.0')