From 07bf91eda5829c592072174ca175ca0da7ef5e54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:42:39 +0000 Subject: [PATCH] fix(deps): update dependency io.kotest:kotest-bom to v6.1.7 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7cfef63..1a9e86f 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.7")) 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.7")) implementation("io.kotest:kotest-framework-engine") implementation("io.kotest:kotest-assertions-core")