Skip to content

Commit 897afa8

Browse files
Update junit-framework monorepo to v6 (major) (#4777)
Update junit-framework monorepo to v6 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2238609 commit 897afa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ subprojects {
7373

7474
dependencies {
7575
// Tests
76-
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
77-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0")
76+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
77+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
7878
}
7979

8080
plugins.withId("java") {

0 commit comments

Comments
 (0)