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 303e81b commit 78983aaCopy full SHA for 78983aa
plugins/build.gradle.kts
@@ -41,7 +41,7 @@ subprojects {
41
apply(plugin = "org.gradle.maven-publish")
42
43
dependencies {
44
- "testImplementation"("org.junit.jupiter:junit-jupiter:5.4.2")
+ "testImplementation"("org.junit.jupiter:junit-jupiter:5.13.1")
45
"testImplementation"(project(":testkit"))
46
}
47
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.1")
24
api(gradleTestKit())
25
0 commit comments