From 4583760a7020ba2171f6de9bbecbea31f4010698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:01:17 +0000 Subject: [PATCH] deps(android): bump io.mockk:mockk in /purchasely/android Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.8 to 1.14.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.8...1.14.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- purchasely/android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/purchasely/android/build.gradle b/purchasely/android/build.gradle index 7ee3d55..885b499 100644 --- a/purchasely/android/build.gradle +++ b/purchasely/android/build.gradle @@ -64,8 +64,8 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.8.0' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' - testImplementation 'io.mockk:mockk:1.13.8' - testImplementation 'io.mockk:mockk-agent-jvm:1.13.8' + testImplementation 'io.mockk:mockk:1.14.9' + testImplementation 'io.mockk:mockk-agent-jvm:1.14.9' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' testImplementation 'org.robolectric:robolectric:4.11.1' }