From d4bb7ae1266e378ea56a0327dd9a852d0b4faff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 07:38:00 +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 b25fd3c..9986b69 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { val nettyCodecVersion = "4.1.96.Final" val assertJcoreVersion = "3.24.2" val komapperVersion = "1.12.0" - val kotestVersion = "5.6.2" + val kotestVersion = "5.7.2" api(kotlin("stdlib")) api(kotlin("reflect"))