From 27aa079d971463f5dcaedefb4b48e7b86b5b8597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:52:39 -0600 Subject: [PATCH] Bump io.kotest:kotest-bom from 5.7.2 to 5.8.0 (#579) Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 5.7.2 to 5.8.0. - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4bce9fce3..1217da063 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { /////////////////////////// // Dependencies for testing /////////////////////////// - testApi(platform("io.kotest:kotest-bom:5.7.2")) + testApi(platform("io.kotest:kotest-bom:5.8.0")) testApi(platform("org.junit:junit-bom:5.9.3")) testImplementation("io.kotest:kotest-runner-junit5")