From 17206c4795ef10e34d7b6cd897daddbcb36ceaf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:11:54 +0000 Subject: [PATCH] Update kotest to v6 --- 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 ef8864cf..4b021f1c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ java = "21" kotlin = "2.2.21" coroutines = "1.10.2" flatlaf = "3.6.1" -kotest = "5.9.1" +kotest = "6.1.11" ignition = "8.1.20" jackson = "2.20.1"