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