From 82f22a2d484d9926b230f1dc933831e313d65b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:05:06 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5-jvm from 5.9.1 to 6.0.2 Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.9.1 to 6.0.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.0.2) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api-client/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle.kts b/api-client/build.gradle.kts index 98d9474..c03f21b 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { implementation(libs.slf4j) testImplementation("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}") - testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1") + testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.2") testImplementation(libs.junitJupiterApi) testRuntimeOnly(libs.junitJupiterEngine) testRuntimeOnly("cglib:cglib-nodep:3.3.0")