From a521540f3896cea3b18a3c5fcbcc342341f57f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:26:06 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.8 to 1.14.11 in /android Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.8 to 1.14.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.8...v1.14.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index ce1e496d..41323cdc 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { implementation("androidx.startup:startup-runtime:1.2.0") implementation("com.google.android.libraries.navigation:navigation:7.6.1") testImplementation("org.jetbrains.kotlin:kotlin-test") - testImplementation("io.mockk:mockk:1.13.8") + testImplementation("io.mockk:mockk:1.14.11") testImplementation("junit:junit:4.13.2") testImplementation("org.robolectric:robolectric:4.14.1") }