From 83f4b6bd919dc670e15e89f006b9f79df33b4fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 07:16:06 +0000 Subject: [PATCH] chore(deps): bump kotestVersion from 5.6.2 to 5.7.2 Bumps `kotestVersion` from 5.6.2 to 5.7.2. Updates `io.kotest:kotest-assertions-core` from 5.6.2 to 5.7.2 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/commits) Updates `io.kotest:kotest-assertions-json` from 5.6.2 to 5.7.2 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/commits) --- 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..189897b2 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.7.2" val icu4jVersion = "73.2" api(kotlin("stdlib"))