Skip to content

Commit ed920ba

Browse files
Update dependency org.assertj:assertj-core to v3.27.3
1 parent 4a52d73 commit ed920ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/commons-java-unit-test.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation("org.mockito:mockito-core:5.13.0")
77
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
88
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
9-
testImplementation("org.assertj:assertj-core:3.26.3")
9+
testImplementation("org.assertj:assertj-core:3.27.3")
1010
testImplementation("org.awaitility:awaitility:4.2.2")
1111
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
1212
}

0 commit comments

Comments
 (0)