From 558491e819933d8d80efb84c2dad6041dfaa6ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:33:00 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5-jvm from 5.9.1 to 6.0.3 Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.9.1 to 6.0.3. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.0.3) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.0.3 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 ca022a9..b3a5405 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.3") testImplementation(libs.junitJupiterApi) testRuntimeOnly(libs.junitJupiterEngine) testRuntimeOnly("cglib:cglib-nodep:3.3.0")