From d0b6ef2d87fef0feb183b8387a2b5d4e04dba34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:38:40 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5 from 5.9.1 to 6.0.7 Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.9.1 to 6.0.7. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.0.7) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4db4b60..99636da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { // implementation("com.github.fge:json-schema-validator:2.2.6") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:${libs.versions.kotlin.get()}") - testImplementation("io.kotest:kotest-runner-junit5:5.9.1") + testImplementation("io.kotest:kotest-runner-junit5:6.0.7") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") }