Skip to content

Commit c39f8b3

Browse files
fix(deps): update dependency io.kotest:kotest-runner-junit5 to v5.9.1
1 parent 7687f26 commit c39f8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTest/resources/sample-project/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
}
1010

1111
dependencies {
12-
testImplementation("io.kotest:kotest-runner-junit5:5.9.0")
12+
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
1313
testImplementation("io.kotest.extensions:kotest-extensions-skippy:0.0.1")
1414
}
1515

0 commit comments

Comments
 (0)