We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f24fd4 commit 9e24c0eCopy full SHA for 9e24c0e
build.gradle.kts
@@ -31,8 +31,8 @@ subprojects {
31
32
dependencies {
33
compileOnlyApi("org.jetbrains:annotations:24.1.0")
34
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
35
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
36
}
37
38
tasks {
0 commit comments