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 415b9a1 commit 151e33dCopy full SHA for 151e33d
build.gradle.kts
@@ -21,10 +21,10 @@ subprojects {
21
22
dependencies {
23
compileOnly("org.jetbrains:annotations:26.0.2-1")
24
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
25
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
26
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
27
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
28
}
29
30
tasks.test {
0 commit comments