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