From 64b377568cb4fba1d6fde07d03ea2facac42fdb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 02:06:41 +0000 Subject: [PATCH] Bump io.kotest:kotest-bom from 6.0.5 to 6.0.7 Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 6.0.5 to 6.0.7. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.0.5...6.0.7) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-version: 6.0.7 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 56ab7a66..a4d31957 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.0.5" +kotest-bom = "io.kotest:kotest-bom:6.0.7" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } mockk = "io.mockk:mockk:1.14.6"