We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2238609 commit 897afa8Copy full SHA for 897afa8
build.gradle.kts
@@ -73,8 +73,8 @@ subprojects {
73
74
dependencies {
75
// Tests
76
- testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
77
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
78
}
79
80
plugins.withId("java") {
0 commit comments