Skip to content

Commit 7be2a46

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.4
1 parent 8572286 commit 7be2a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/liteindex-java-unit-test.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
77
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
8-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
8+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
99

1010
testImplementation("org.awaitility:awaitility:4.2.0")
1111
testImplementation("org.assertj:assertj-core:3.24.2")

0 commit comments

Comments
 (0)