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 f9f4366 commit f1cc714Copy full SHA for f1cc714
build.gradle.kts
@@ -24,7 +24,7 @@ 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.0")
+ implementation("com.contrastsecurity:java-sarif:2.11.2")
28
testImplementation("org.assertj:assertj-core:3.27.3")
29
}
30
0 commit comments