Skip to content

Commit cf0853e

Browse files
authored
Merge pull request #54 from advanced-security/dependabot/gradle/org.assertj-assertj-core-3.25.2
Bump org.assertj:assertj-core from 3.25.1 to 3.25.2
2 parents aba8a47 + 8382616 commit cf0853e

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
@@ -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.25.1")
28+
testImplementation("org.assertj:assertj-core:3.25.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)