From acbc7d453519bfcca80a7e6000b1fbc7de5e1645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 23:53:50 +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 9c4c8d9b..ad3cb478 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ binaryCompatibility = "0.18.1" # --- Testing --- junit = "6.0.1" # https://junit.org/junit5 -kotest = "5.9.1" # https://kotest.io +kotest = "6.0.5" # https://kotest.io kotlintest = "3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core assertj = "3.27.6" # https://assertj.github.io/doc mockito = "5.20.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core