Skip to content

Commit 481afd3

Browse files
fix(deps): update dependency io.kotest:kotest-runner-junit5 to v6
1 parent fec0ea9 commit 481afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
// Kotest is a peer dependency
1515
compileOnly("io.kotest:kotest-framework-api:4.6.4")
1616

17-
testImplementation("io.kotest:kotest-runner-junit5:4.6.4")
17+
testImplementation("io.kotest:kotest-runner-junit5:6.1.4")
1818
testImplementation("ch.tutteli.atrium:atrium-fluent-en_GB:0.18.0")
1919
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2020

0 commit comments

Comments
 (0)