From 9d8c53d3a6440cd4e9d60fcf3058f7bb4456aad7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 15:57:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20kotest=20to=20v5.?= =?UTF-8?q?7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/kotlin/land/vani/setup/kotlin/SetupKotlinPlugin.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal-plugins/src/main/kotlin/land/vani/setup/kotlin/SetupKotlinPlugin.kt b/internal-plugins/src/main/kotlin/land/vani/setup/kotlin/SetupKotlinPlugin.kt index a21fb8f..57b2107 100644 --- a/internal-plugins/src/main/kotlin/land/vani/setup/kotlin/SetupKotlinPlugin.kt +++ b/internal-plugins/src/main/kotlin/land/vani/setup/kotlin/SetupKotlinPlugin.kt @@ -45,9 +45,9 @@ class SetupKotlinPlugin : Plugin { "implementation"("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - "testImplementation"("io.kotest:kotest-runner-junit5:5.6.2") - "testImplementation"("io.kotest:kotest-assertions-core:5.6.2") - "testImplementation"("io.kotest:kotest-property:5.6.2") + "testImplementation"("io.kotest:kotest-runner-junit5:5.7.1") + "testImplementation"("io.kotest:kotest-assertions-core:5.7.1") + "testImplementation"("io.kotest:kotest-property:5.7.1") } }