Skip to content

Commit 0310174

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlin.jvm-2.1.0
2 parents bd03b28 + eccf413 commit 0310174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
// implementation(libs.annotations)
2727
implementation("com.contrastsecurity:java-sarif:2.0")
28-
testImplementation("org.assertj:assertj-core:3.27.1")
28+
testImplementation("org.assertj:assertj-core:3.27.2")
2929
}
3030

3131
// 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

Comments
 (0)