From a0f31e2d1f698330bd5bf3ca0d96a26aec862706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:44:02 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.12.5 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.12.5 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.5...1.13.8) --- updated-dependencies: - dependency-name: io.mockk:mockk 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..acbedc1b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { val paperVersion = "1.20-R0.1-SNAPSHOT" val mockBukkitVersion = "3.19.1" val junitVersion = "5.10.0" - val mockkVersion = "1.12.5" + val mockkVersion = "1.13.8" val fastboardVersion = "2.0.0" val kotestVersion = "5.6.2" val icu4jVersion = "73.2"