Skip to content

Commit 48d8308

Browse files
dependency: Update junit-framework monorepo to v5.13.4
1 parent 005ebec commit 48d8308

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44

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

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

0 commit comments

Comments
 (0)