Skip to content

Commit 6b60342

Browse files
Bump io.kotest:kotest-runner-junit5 from 6.1.11 to 6.2.0
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 6.1.11 to 6.2.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](kotest/kotest@6.1.11...6.2.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39b90cc commit 6b60342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:6.1.11")
69+
testImplementation("io.kotest:kotest-runner-junit5:6.2.0")
7070
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
7171
}
7272

0 commit comments

Comments
 (0)