Skip to content

Commit d7ae15d

Browse files
Update dependency io.kotest:kotest-runner-junit5 to v6.2.4 (#863)
1 parent 8584577 commit d7ae15d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

junit-multiple-engines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
}
6868

6969
// Kotest
70-
testImplementation("io.kotest:kotest-runner-junit5:6.2.3")
70+
testImplementation("io.kotest:kotest-runner-junit5:6.2.4")
7171
testRuntimeOnly("org.slf4j:slf4j-nop:2.0.18") {
7272
because("defaulting to no-operation (NOP) logger implementation")
7373
}

0 commit comments

Comments
 (0)