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