From 2acda6b58cf4b625c83179e212568ea6c493dc2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:22:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20kotest=20to=20v5.?= =?UTF-8?q?7.2?= 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..94e5774 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.2") + "testImplementation"("io.kotest:kotest-assertions-core:5.7.2") + "testImplementation"("io.kotest:kotest-property:5.7.2") } }