From 64600c6a3c5b324f74e1791f1b4dce39880c30cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 07:58:19 +0000 Subject: [PATCH] build(deps): Bump kotestVersion from 5.7.1 to 5.7.2 Bumps `kotestVersion` from 5.7.1 to 5.7.2. Updates `io.kotest:kotest-assertions-core` from 5.7.1 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.7.1 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-patch - dependency-name: io.kotest:kotest-assertions-json dependency-type: direct:production update-type: version-update:semver-patch ... 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 a0a73fe..10f60d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { val mockBukkitVersion = "3.19.2" val junitVersion = "5.10.0" val mockkVersion = "1.13.7" - val kotestVersion = "5.7.1" + val kotestVersion = "5.7.2" val koinVersion = "3.4.3" compileOnly(kotlin("stdlib"))