From 15a46e8f8895c292d1431dea7abd20ec39f283fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 02:22:19 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.core:jackson-databind Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.2.0 to 3.2.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.1 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 91b7edf..a2da284 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ tasks.checkstyleTest { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.2.0' + implementation 'tools.jackson.core:jackson-databind:3.2.1' implementation 'tools.jackson.module:jackson-module-blackbird:3.2.0' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2'