From 3feea77d5014b05860e1dd16398f4c46966f7439 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:42:38 +0000 Subject: [PATCH] Update kotest to v5.8.1 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 dc6fdd1..bdc096c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlinGradle = "1.9.23" javaDiffUtils = "4.12" junit = "5.10.2" -kotest = "5.8.0" +kotest = "5.8.1" kotlinx-bcv = "0.13.2" gradlePluginPublishPlugin = "1.2.1"