From a32fe3c3920df87a99b8dc420febd63a502d7b80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 04:54:12 +0000 Subject: [PATCH] fix(deps): update dependency io.kotest:kotest-bom to v6.1.3 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bd20f92..2e8ba79 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -137,7 +137,7 @@ kotlin { jvmTest { dependencies { runtimeOnly("org.junit.platform:junit-platform-launcher") - implementation(dependencies.platform("io.kotest:kotest-bom:6.0.7")) + implementation(dependencies.platform("io.kotest:kotest-bom:6.1.3")) runtimeOnly("io.kotest:kotest-runner-junit5") implementation("io.kotest:kotest-framework-engine") implementation("io.kotest:kotest-assertions-core") @@ -150,7 +150,7 @@ kotlin { jsTest { dependencies { - implementation(dependencies.platform("io.kotest:kotest-bom:6.0.7")) + implementation(dependencies.platform("io.kotest:kotest-bom:6.1.3")) implementation("io.kotest:kotest-framework-engine") implementation("io.kotest:kotest-assertions-core")