From c93bd59123e887afa1556613410e564af2cdf238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 02:18:16 +0000 Subject: [PATCH] Update test.kotest to v5.9.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 249d1e9..0dae02c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "1.9.23" runtime-kotest = "4.2.0" # We separate these from the actual runtime dependencies -test-kotest = "5.8.1" +test-kotest = "5.9.0" [libraries] runtime-kotest-framework-launcher = { module = "io.kotest:kotest-framework-launcher", version.ref = "runtime-kotest" }