From ea2f1ca429732e67a2613fe44c403d3c8e8d3075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:12:57 +0000 Subject: [PATCH] Bump io.kotest:kotest-bom from 6.1.1 to 6.1.2 Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.1.1...6.1.2) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4d0a007f..79528a0d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" snakeyaml = "org.yaml:snakeyaml:2.5" jsonpath = "com.jayway.jsonpath:json-path:2.10.0" -kotest-bom = "io.kotest:kotest-bom:6.1.1" +kotest-bom = "io.kotest:kotest-bom:6.1.2" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } mockk = "io.mockk:mockk:1.14.7"