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 48a7bde commit 0cc6073Copy full SHA for 0cc6073
plugins/build.gradle.kts
@@ -43,7 +43,7 @@ subprojects {
43
apply(plugin = "org.gradle.maven-publish")
44
45
dependencies {
46
- "testImplementation"("org.junit.jupiter:junit-jupiter:5.4.2")
+ "testImplementation"("org.junit.jupiter:junit-jupiter:5.13.0")
47
"testImplementation"(project(":testkit"))
48
}
49
testkit/build.gradle.kts
@@ -20,6 +20,6 @@ plugins {
20
21
22
23
- api("org.junit.jupiter:junit-jupiter:5.4.2")
+ api("org.junit.jupiter:junit-jupiter:5.13.0")
24
api(gradleTestKit())
25
0 commit comments