From 10e496dc041dc32b591092e5802800355d455580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 02:22:35 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.module:jackson-module-blackbird Bumps [tools.jackson.module:jackson-module-blackbird](https://github.com/FasterXML/jackson-modules-base) from 3.2.1 to 3.2.2. - [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-3.2.1...jackson-modules-base-3.2.2) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-blackbird dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d05b960..0b0a540 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ tasks.checkstyleTest { dependencies { implementation 'tools.jackson.core:jackson-databind:3.2.1' - implementation 'tools.jackson.module:jackson-module-blackbird:3.2.1' + implementation 'tools.jackson.module:jackson-module-blackbird:3.2.2' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3' // NullAway + Error Prone for compile-time null safety