From 8a224604bec06069319c911f70408aea41c091ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:50:08 +0000 Subject: [PATCH] Update test.kotest to v5.8.1 --- 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 5f9e7b6..b1a6d68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ kotlin-ktlint-source = "0.48.2" jackson-core = "2.16.2" quackquack-util-backend-kotlinc = "2.0.0-alpha02" -test-kotest = "5.8.0" +test-kotest = "5.8.1" test-junit-core = "4.13.2" test-junit-engine = "5.10.2" test-kotlin-compilation = "1.5.0"