Skip to content

Commit f0b14d5

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

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
@@ -66,7 +66,7 @@ dependencies {
6666
// implementation("com.github.fge:json-schema-validator:2.2.6")
6767

6868
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:${libs.versions.kotlin.get()}")
69-
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
69+
testImplementation("io.kotest:kotest-runner-junit5:6.0.4")
7070
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
7171
}
7272

0 commit comments

Comments
 (0)