Skip to content

Commit 6a143d1

Browse files
authored
Merge pull request #60 from advanced-security/dependabot/gradle/org.assertj-assertj-core-3.25.3
Bump org.assertj:assertj-core from 3.25.2 to 3.25.3
2 parents 2ecb2ae + f974e83 commit 6a143d1

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.2")
28+
testImplementation("org.assertj:assertj-core:3.25.3")
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)