From 5e228f710ea231cf24740ef9e8eca1e16a66f479 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:10:42 +0000 Subject: [PATCH] Update dependency io.kotest:kotest-runner-junit5 to v5.7.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52ff5f9..9980efc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.7.1") - testImplementation("io.kotest:kotest-runner-junit5:5.7.1") + testImplementation("io.kotest:kotest-runner-junit5:5.7.2") // import kotlinx serialization compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")