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