From 78465c2a626df54543570fa3fbf8d6cb34456516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:54:44 +0000 Subject: [PATCH] chore(deps): bump kotestVersion from 5.6.2 to 5.8.0 Bumps `kotestVersion` from 5.6.2 to 5.8.0. Updates `io.kotest:kotest-assertions-core` from 5.6.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.2...v5.8.0) Updates `io.kotest:kotest-assertions-json` from 5.6.2 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.2...v5.8.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.kotest:kotest-assertions-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b22c5bcc..0fe6e59c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { val junitVersion = "5.10.0" val mockkVersion = "1.12.5" val fastboardVersion = "2.0.0" - val kotestVersion = "5.6.2" + val kotestVersion = "5.8.0" val icu4jVersion = "73.2" api(kotlin("stdlib"))