From 8a00aa6c9605076932a76ace9b88a65439e84395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:10:41 +0000 Subject: [PATCH] chore(deps): bump kotestVersion in /auto-pipeline-examples Bumps `kotestVersion` from 5.8.1 to 5.9.1. Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.1 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.1) Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.1 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.1) Updates `io.kotest:kotest-property-jvm` from 5.8.1 to 5.9.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.1...v5.9.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-property-jvm dependency-type: direct:production update-type: version-update:semver-minor ... 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 9cd5af3..80a4f8f 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.8.1" + val kotestVersion = "5.9.1" testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion") testImplementation("io.kotest:kotest-property-jvm:$kotestVersion")