From 7d7a6ca4eba6fb9a52792c3807119470b02a06a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:12:26 +0000 Subject: [PATCH] Bump tools.jackson.module:jackson-module-blackbird from 3.0.4 to 3.1.0 Bumps [tools.jackson.module:jackson-module-blackbird](https://github.com/FasterXML/jackson-modules-base) from 3.0.4 to 3.1.0. - [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-3.0.4...jackson-modules-base-3.1.0) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-blackbird dependency-version: 3.1.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 3a1dc23..1e991f6 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ tasks.checkstyleTest { dependencies { implementation 'tools.jackson.core:jackson-databind:3.1.0' - implementation 'tools.jackson.module:jackson-module-blackbird:3.0.4' + implementation 'tools.jackson.module:jackson-module-blackbird:3.1.0' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter'