We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cc714 commit 597f46dCopy full SHA for 597f46d
build.gradle.kts
@@ -24,7 +24,10 @@ repositories {
24
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
25
dependencies {
26
// implementation(libs.annotations)
27
- implementation("com.contrastsecurity:java-sarif:2.11.2")
+ implementation("com.contrastsecurity:java-sarif:2.0")
28
+ constraints {
29
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
30
+ }
31
testImplementation("org.assertj:assertj-core:3.27.3")
32
}
33
0 commit comments