From 764b74791c69f0ee5180203982b5e00070948f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:03:24 +0000 Subject: [PATCH] Bump io.kotest:kotest-runner-junit5-jvm from 5.9.1 to 6.1.3 Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.9.1 to 6.1.3. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.1.3) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.1.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 c8d21c8f..49befdc4 100644 --- a/api-client/build.gradle.kts +++ b/api-client/build.gradle.kts @@ -86,7 +86,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.1.3") testImplementation(libs.junitJupiterApi) testRuntimeOnly(libs.junitJupiterEngine) testRuntimeOnly("cglib:cglib-nodep:3.3.0")