Skip to content

Commit 72bce8e

Browse files
fix(deps): update dependency io.kotest:kotest-runner-junit5 to v5.9.1 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ddc4d70 commit 72bce8e

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)