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