From c2a936d5aeb98a507699f20c3903edd25fb9c94a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 14:32:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20dependency=20io.kotest:kot?= =?UTF-8?q?est-property=20to=20v6.1.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 12e6d35..dffea5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ kotlin { val jvmTest by getting { dependencies { implementation("io.kotest:kotest-runner-junit5:6.1.9") - implementation("io.kotest:kotest-property:6.1.9") + implementation("io.kotest:kotest-property:6.1.10") } } }