From 1047f88a51ce3f11ee81db7281458cdef1ba1926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:28:10 +0000 Subject: [PATCH] chore(deps): bump io.kotest:kotest-bom from 5.8.0 to 6.1.11 Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 5.8.0 to 6.1.11. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.0...6.1.11) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-version: 6.1.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 44f38c8..843fc44 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -115,7 +115,7 @@ dependencies { implementation("io.arrow-kt:arrow-core") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0") - testImplementation(platform("io.kotest:kotest-bom:5.8.0")) + testImplementation(platform("io.kotest:kotest-bom:6.1.11")) testImplementation("io.kotest:kotest-runner-junit5") testImplementation("io.kotest:kotest-assertions-core") testImplementation("io.kotest:kotest-property")