Skip to content

Commit 597f46d

Browse files
committed
Update java-sarif dependency to version 2.0 and add jackson-databind constraint
1 parent f1cc714 commit 597f46d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ repositories {
2424
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
2525
dependencies {
2626
// implementation(libs.annotations)
27-
implementation("com.contrastsecurity:java-sarif:2.11.2")
27+
implementation("com.contrastsecurity:java-sarif:2.0")
28+
constraints {
29+
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
30+
}
2831
testImplementation("org.assertj:assertj-core:3.27.3")
2932
}
3033

0 commit comments

Comments
 (0)