From 7c420d9e9c78af78b35c83d6ba75a3d3493a082f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:18:49 +0000 Subject: [PATCH] chore(deps): bump kotestVersion in /auto-pipeline-examples Bumps `kotestVersion` from 5.8.0 to 5.8.1. Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.0...v5.8.1) Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.0...v5.8.1) Updates `io.kotest:kotest-property-jvm` from 5.8.0 to 5.8.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.8.0...v5.8.1) --- updated-dependencies: - dependency-name: io.kotest:kotest-runner-junit5-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.kotest:kotest-assertions-core-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.kotest:kotest-property-jvm dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b902c3..e737f49 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.0" + val kotestVersion = "5.8.1" testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion") testImplementation("io.kotest:kotest-property-jvm:$kotestVersion")