From d0e3b682ab8d8c4c3f664ba5a090a3b3c3523082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:43:51 -0500 Subject: [PATCH] chore(deps): update kotest to v6.1.11 (#4991) 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 f49ac99ef..0278220fa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ kover = "0.9.8" mokkery = "3.3.0" junit5 = "6.0.3" junit-platform = "6.0.3" # aligned with junit5 — JUnit Platform uses 1.x scheme -kotest = "6.1.10" +kotest = "6.1.11" testRetry = "1.6.4" turbine = "1.2.1"