We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add5e85 commit cc6d71fCopy full SHA for cc6d71f
1 file changed
settings.gradle.kts
@@ -52,10 +52,10 @@ dependencyResolutionManagement {
52
}
53
54
create("testlibs") {
55
- version("junit", "5.14.4")
+ version("junit", "6.1.1")
56
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
57
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")
+ library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("6.1.1")
59
library("junit-pioneer", "org.junit-pioneer", "junit-pioneer").version("2.3.0")
60
bundle("junit", listOf("junit-jupiter", "junit-params"))
61
0 commit comments