Skip to content

Commit c2d3b27

Browse files
dependency: Update junit-framework monorepo to v6.1.0 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8164e8f commit c2d3b27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

55
dependencies {
66
testImplementation("org.mockito:mockito-core:5.23.0")
7-
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.3")
8-
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.3")
7+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.0")
8+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.1.0")
99
testImplementation("org.assertj:assertj-core:3.27.7")
1010
testImplementation("org.awaitility:awaitility:4.3.0")
11-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.3")
12-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
11+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.0")
12+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
1313
}
1414

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

0 commit comments

Comments
 (0)