From b38689195c0864f9405682179d6ae3f2209e7259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:16:55 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.10 to 1.13.11 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.10...1.13.11) --- 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..98f98ff 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.11" testImplementation("io.mockk:mockk:$mockkVersion") // fcm