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 46bb8dc commit 6eae9f8Copy full SHA for 6eae9f8
build.gradle.kts
@@ -87,8 +87,8 @@ subprojects {
87
}
88
89
dependencies {
90
- "testImplementation"("org.junit.jupiter:junit-jupiter-api:5.4.0")
91
- "testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.4.0")
+ "testImplementation"("org.junit.jupiter:junit-jupiter-api:5.6.2")
+ "testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.6.2")
92
93
94
configure<JavaPluginExtension> {
0 commit comments