From e3743eff7b611ef313df6cc7d720d1980cc47759 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:45:59 +0000 Subject: [PATCH] fix(deps): update dependency io.kotest:kotest-bom to v6.1.11 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a44480d..956bd77 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.11")) 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.11")) implementation("io.kotest:kotest-framework-engine") implementation("io.kotest:kotest-assertions-core")