From 4f7b7427c33aa9d7b22a18630e96a297db4d70ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 02:16:58 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.5 to 1.13.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29dcea5b..67bc674f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { ext.junitVersion = '5.10.0' ext.kotestVersion = '5.6.2' ext.kotlinVersion = "1.9.10" - ext.mockkVersion = "1.13.5" + ext.mockkVersion = "1.13.7" repositories { mavenCentral()