We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 366230d + f72458e commit a93bf3cCopy full SHA for a93bf3c
build.gradle.kts
@@ -25,7 +25,7 @@ repositories {
25
dependencies {
26
// implementation(libs.annotations)
27
implementation("com.contrastsecurity:java-sarif:2.0")
28
- testImplementation("org.assertj:assertj-core:3.26.0")
+ testImplementation("org.assertj:assertj-core:3.27.0")
29
}
30
31
// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
0 commit comments