Skip to content

Commit 97d476f

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.12.1
1 parent 8572286 commit 97d476f

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

Lines changed: 1 addition & 1 deletion
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.12.1")
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)