From 047346b5006ce27e08672f947e85ab3a00acaa02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:14:25 +0000 Subject: [PATCH] chore(deps): update dependency io.kotest:kotest-assertions-core 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 27792b43..d6c8af5c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ junit = "5.10.2" ktoml = "0.5.1" multiplatform-diff = "0.5.0" kotlinpoet = "2.0.0" -kotest = "5.8.1" +kotest = "6.1.3" sarif4k = "0.5.0" sarif-utils = "0.2.2" log4j = "2.23.1"