From c00d688bbb2ac076b488117d953a662595b217da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:53:30 +0000 Subject: [PATCH] Bump io.kotest:kotest-bom from 6.0.7 to 6.1.0 Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 6.0.7 to 6.1.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.0.7...6.1.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 0af3c27e..fcabbab0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ jimfs = "com.google.jimfs:jimfs:1.3.1" slf4j = "org.slf4j:slf4j-api:2.0.17" logback = "ch.qos.logback:logback-classic:1.5.24" -kotest-bom = "io.kotest:kotest-bom:6.0.7" +kotest-bom = "io.kotest:kotest-bom:6.1.0" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } mockk = "io.mockk:mockk:1.14.7"