From e5c85d07708b395432ad17536717e50d2cbf240c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:28:22 +0000 Subject: [PATCH] build(deps): bump kotest from 6.0.0.M2 to 6.1.1 Bumps `kotest` from 6.0.0.M2 to 6.1.1. Updates `io.kotest:kotest-runner-junit5-jvm` from 6.0.0.M2 to 6.1.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/V6.0.0.M2...6.1.1) Updates `io.kotest:kotest-assertions-core-jvm` from 6.0.0.M2 to 6.1.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/V6.0.0.M2...6.1.1) Updates `io.kotest:kotest-property-jvm` from 6.0.0.M2 to 6.1.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/V6.0.0.M2...6.1.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-property-jvm dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6bd5bfe..6891413 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { val coroutines = "1.10.1" api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines") - val kotest = "6.0.0.M2" + val kotest = "6.1.1" testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotest") testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest") testImplementation("io.kotest:kotest-property-jvm:$kotest")