From b33d4399051a00dedf3320fb2741617620b9f11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:09:09 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 29fcb78..7142b2d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { // implementation(libs.annotations) implementation("com.contrastsecurity:java-sarif:2.0") constraints { - implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") } testImplementation("org.assertj:assertj-core:3.27.6") }