From 105299fabc1f08ff9173cc2f7b72552f2b01a15f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 04:32:45 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.8 to 1.13.13 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.8 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.8...1.13.13) --- 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 131b8b751..8c1d31b34 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("org.javassist:javassist:3.29.2-GA") implementation("io.sentry:sentry:6.28.0") testImplementation("org.assertj:assertj-core:3.25.3") - testImplementation("io.mockk:mockk:1.13.8") + testImplementation("io.mockk:mockk:1.13.13") } configurations {