Skip to content

Commit d106dae

Browse files
Update dependency io.kotest:kotest-runner-junit5 to v6.0.7 (#670)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4548aa commit d106dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.5")
70+
testImplementation("io.kotest:kotest-runner-junit5:6.0.7")
7171
testRuntimeOnly("org.slf4j:slf4j-nop:2.0.17") {
7272
because("defaulting to no-operation (NOP) logger implementation")
7373
}

0 commit comments

Comments
 (0)