Skip to content

Commit 6f3f706

Browse files
authored
Merge pull request #203 from advanced-security/dependabot/gradle/com.fasterxml.jackson.core-jackson-databind-2.21.1
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.0 to 2.21.1
2 parents 83e822a + 552f1d0 commit 6f3f706

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.0")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
2929
}
3030
testImplementation("org.assertj:assertj-core:3.27.7")
3131

0 commit comments

Comments
 (0)