From 7ef004342d948c7daf66adc54bf52ef6a424b07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:50:13 +0000 Subject: [PATCH] build(deps): Bump kotestVersion from 5.7.1 to 5.8.0 Bumps `kotestVersion` from 5.7.1 to 5.8.0. Updates `io.kotest:kotest-assertions-core` from 5.7.1 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.1...v5.8.0) Updates `io.kotest:kotest-assertions-json` from 5.7.1 to 5.8.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.7.1...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 a0a73fe..3ecb09c 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.8.0" val koinVersion = "3.4.3" compileOnly(kotlin("stdlib"))