From 83a7e87f7f752ee521d0662bebf4454328a255b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 19:49:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20kotest=20to=20v5.?= =?UTF-8?q?9.0?= 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..1c06ae2 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.9.0") + "testImplementation"("io.kotest:kotest-assertions-core:5.9.0") + "testImplementation"("io.kotest:kotest-property:5.9.0") } }