From 6eb8f6c21049a9aea4f4c91bff95e82a587069d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:25:22 +0000 Subject: [PATCH] Bump io.kotest:kotest-framework-multiplatform-plugin-gradle Bumps [io.kotest:kotest-framework-multiplatform-plugin-gradle](https://github.com/kotest/kotest) from 5.8.0 to 6.0.0-LOCAL. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/commits) --- updated-dependencies: - dependency-name: io.kotest:kotest-framework-multiplatform-plugin-gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 226186801..c8e592298 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -20,5 +20,5 @@ dependencies { implementation("com.shakelang.util:sarifmerge:0.2.4") implementation("com.shakelang.util.embed:plugin:0.2.3") implementation("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0") - implementation("io.kotest:kotest-framework-multiplatform-plugin-gradle:5.8.0") + implementation("io.kotest:kotest-framework-multiplatform-plugin-gradle:6.0.0-LOCAL") }