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 987088e commit 414a9b7Copy full SHA for 414a9b7
build.gradle.kts
@@ -94,8 +94,8 @@ subprojects {
94
}
95
96
dependencies {
97
- "testImplementation"("org.junit.jupiter:junit-jupiter-api:5.7.2")
98
- "testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.7.2")
+ "testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.0")
+ "testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.0")
99
100
101
configure<JavaPluginExtension> {
0 commit comments