Skip to content

Commit af41f73

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.3
1 parent 8572286 commit af41f73

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
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
6+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
77
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
88
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
99

0 commit comments

Comments
 (0)