From 3634897b3771efae28dd455b328ab7b2a9df0890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:44:11 +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 53630a1..1d152fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ kotlin-ktlint-source = "0.48.2" jackson-core = "2.17.1" quackquack-util-backend-kotlinc = "2.0.0-alpha02" -test-kotest = "5.8.1" +test-kotest = "5.9.0" test-junit-core = "4.13.2" test-junit-engine = "5.10.2" test-kotlin-compilation = "1.5.0"