Skip to content

Commit 702137f

Browse files
dependabot[bot]marcphilipp
authored andcommitted
Bump io.kotest:kotest-runner-junit5 in /junit5-multiple-engines
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.8.1...v5.9.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a37da50 commit 702137f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit5-multiple-engines/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
}
6767

6868
// Kotest
69-
testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
69+
testImplementation("io.kotest:kotest-runner-junit5:5.9.0")
7070
testRuntimeOnly("org.slf4j:slf4j-nop:2.0.13") {
7171
because("defaulting to no-operation (NOP) logger implementation")
7272
}

0 commit comments

Comments
 (0)