We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8572286 commit af41f73Copy full SHA for af41f73
buildSrc/src/main/kotlin/liteindex-java-unit-test.gradle.kts
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
dependencies {
6
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
7
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
8
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
9
0 commit comments