Skip to content

Commit 71bc719

Browse files
authored
Merge pull request #212 from advanced-security/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.21.2
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2
2 parents f009d14 + 2cbed68 commit 71bc719

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
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
implementation("com.contrastsecurity:java-sarif:2.0")
2727
constraints {
28-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
2929
}
3030
testImplementation("org.assertj:assertj-core:3.27.7")
3131

0 commit comments

Comments
 (0)