From ac5bb89e36d8e0146f0e8388aa7b99f6b615e431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 13:47:07 +0000 Subject: [PATCH] Bump tools.jackson.core:jackson-databind from 3.0.3 to 3.0.4 Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.0.3 to 3.0.4. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.0.4 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 14df8e4..6059908 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ jacoco { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.0.3' + implementation 'tools.jackson.core:jackson-databind:3.0.4' implementation 'tools.jackson.module:jackson-module-afterburner:3.0.4' testImplementation platform('org.junit:junit-bom:6.0.2') testImplementation 'org.junit.jupiter:junit-jupiter'