From 759f316a96d77be351c3886752194a46f3671562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:39:59 +0000 Subject: [PATCH] Bump tools.jackson.core:jackson-databind from 3.0.1 to 3.0.2 Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.0.1 to 3.0.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.0.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 8d624e4..ff40456 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation 'tools.jackson.core:jackson-databind:3.0.1' + implementation 'tools.jackson.core:jackson-databind:3.0.2' implementation 'tools.jackson.module:jackson-module-afterburner:3.0.1' testImplementation platform('org.junit:junit-bom:6.0.1') testImplementation 'org.junit.jupiter:junit-jupiter'