From e7b5675f324376f779489d43bfed24a80c3eab1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 07:50:24 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.10 to 1.13.12 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.10 to 1.13.12. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.10...1.13.12) --- 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 10f353b..f5efc72 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { testImplementation("io.kotest.extensions:kotest-extensions-spring:$kotestSpringExtensionVersion") // mockk - val mockkVersion = "1.13.10" + val mockkVersion = "1.13.12" testImplementation("io.mockk:mockk:$mockkVersion") // fcm