From d4631e134fe2fca3e8e74a331bd08c2fdcddece8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:09:45 +0000 Subject: [PATCH] build(deps): bump kotest from 6.0.0.M2 to 6.0.0 Bumps `kotest` from 6.0.0.M2 to 6.0.0. Updates `io.kotest:kotest-runner-junit5-jvm` from 6.0.0.M2 to 6.0.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/V6.0.0.M2...6.0.0) Updates `io.kotest:kotest-assertions-core-jvm` from 6.0.0.M2 to 6.0.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/V6.0.0.M2...6.0.0) Updates `io.kotest:kotest-property-jvm` from 6.0.0.M2 to 6.0.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/V6.0.0.M2...6.0.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.kotest:kotest-property-jvm dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... 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..d4354ed 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.0.0" testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotest") testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest") testImplementation("io.kotest:kotest-property-jvm:$kotest")