From bfedd6faff322543d7349b1ebb9a6308fe20669d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:15:23 +0000 Subject: [PATCH] chore(deps): bump kotestVersion in /auto-pipeline-examples Bumps `kotestVersion` from 5.9.1 to 6.0.0. Updates `io.kotest:kotest-runner-junit5-jvm` from 5.9.1 to 6.0.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.0.0) Updates `io.kotest:kotest-assertions-core-jvm` from 5.9.1 to 6.0.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...6.0.0) Updates `io.kotest:kotest-property-jvm` from 5.9.1 to 6.0.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.9.1...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-major - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.kotest:kotest-property-jvm dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- auto-pipeline-examples/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-pipeline-examples/build.gradle.kts b/auto-pipeline-examples/build.gradle.kts index 412c3b2..7df782f 100644 --- a/auto-pipeline-examples/build.gradle.kts +++ b/auto-pipeline-examples/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { */ testImplementation(kotlin("test")) // https://kotest.io/docs/quickstart - val kotestVersion = "5.9.1" + val kotestVersion = "6.0.0" testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion") testImplementation("io.kotest:kotest-property-jvm:$kotestVersion")