Skip to content

Commit 948d35f

Browse files
Bump io.kotest:kotest-runner-junit5 from 5.9.1 to 6.0.0
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.9.1 to 6.0.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@v5.9.1...6.0.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 331fc71 commit 948d35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212

1313
// for tapSystemOut
1414
testImplementation("com.github.stefanbirkner:system-lambda:1.2.1")
15-
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
15+
testImplementation("io.kotest:kotest-runner-junit5:6.0.0")
1616
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.18")
1717
}
1818

0 commit comments

Comments
 (0)