Skip to content

Commit 8c682f0

Browse files
Update dependency io.kotest:kotest-runner-junit5 to v6.0.7
1 parent 9663a95 commit 8c682f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotest-allure/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation(kotlin("stdlib"))
2828
implementation(kotlin("reflect"))
2929
testImplementation("io.kotest:kotest-extensions-allure:6.0.4")
30-
testImplementation("io.kotest:kotest-runner-junit5:6.0.4")
30+
testImplementation("io.kotest:kotest-runner-junit5:6.0.7")
3131
}
3232

3333
tasks.withType<Test> {

0 commit comments

Comments
 (0)