Skip to content

Commit 253336c

Browse files
authored
Merge pull request #152 from advanced-security/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.20.0
Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0
2 parents 2889608 + 8a340bf commit 253336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
// implementation(libs.annotations)
2727
implementation("com.contrastsecurity:java-sarif:2.0")
2828
constraints {
29-
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
29+
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
3030
}
3131
testImplementation("org.assertj:assertj-core:3.27.3")
3232
}

0 commit comments

Comments
 (0)