From 99a0bd3d0e8b36ca54d8465e01929941b6da8eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 07:55:26 +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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b25fd3c..48912f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { val ktSerializationVersion = "1.5.1" val coroutinesCoreVersion = "1.7.3" val loggingVersion = "3.0.5" - val mockkVersion = "1.13.5" + val mockkVersion = "1.13.7" val junitVersion = "5.10.0" val testContainersVersion = "1.18.3" val lettuceVersion = "6.2.3.RELEASE"