From 69ecc19d05ffeb56b3eb8f24196f7eecaf9cf291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:05:52 +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 6d5380e..84420c6 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -84,7 +84,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")