From 3eb827129268ec4118c95195ea4d5dc6c9fd74fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 09:13:51 +0000 Subject: [PATCH] build(deps): bump io.kotest:kotest-bom from 6.2.3 to 6.2.4 Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 6.2.3 to 6.2.4. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.2.3...6.2.4) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-version: 6.2.4 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 a2bdcc2d..864e4642 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" snakeyaml = "org.yaml:snakeyaml:2.6" jsonpath = "com.jayway.jsonpath:json-path:2.10.0" -kotest-bom = "io.kotest:kotest-bom:6.2.3" +kotest-bom = "io.kotest:kotest-bom:6.2.4" kotest-runner = { module = "io.kotest:kotest-runner-junit5" } kotest-table = { module = "io.kotest:kotest-assertions-table" } mockk = "io.mockk:mockk:1.14.11"