Skip to content

Commit cc6d71f

Browse files
Update junit-framework monorepo to v6
1 parent add5e85 commit cc6d71f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ dependencyResolutionManagement {
5252
}
5353

5454
create("testlibs") {
55-
version("junit", "5.14.4")
55+
version("junit", "6.1.1")
5656
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
5757
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
58-
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("1.14.4")
58+
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("6.1.1")
5959
library("junit-pioneer", "org.junit-pioneer", "junit-pioneer").version("2.3.0")
6060
bundle("junit", listOf("junit-jupiter", "junit-params"))
6161

0 commit comments

Comments
 (0)