Skip to content

Commit f1cc714

Browse files
authored
Update build.gradle.kts
1 parent f9f4366 commit f1cc714

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
@@ -24,7 +24,7 @@ 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.0")
27+
implementation("com.contrastsecurity:java-sarif:2.11.2")
2828
testImplementation("org.assertj:assertj-core:3.27.3")
2929
}
3030

0 commit comments

Comments
 (0)