Skip to content

Commit eaff143

Browse files
Update junit5 monorepo to v5.11.4
1 parent 5963e2e commit eaff143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44

55
dependencies {
66
testImplementation("org.mockito:mockito-core:5.13.0")
7-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
8-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
7+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
8+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.4")
99
testImplementation("org.assertj:assertj-core:3.26.3")
1010
testImplementation("org.awaitility:awaitility:4.2.2")
11-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
11+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
1212
}
1313

1414
tasks.getByName<Test>("test") {

0 commit comments

Comments
 (0)