From 771ef313df0043a7a8ec9ae0772f22ea1c5a5db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:17:39 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.8 to 1.13.13 in /android 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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ea1c5a5..cac7707 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,7 +79,7 @@ android { dependencies { implementation 'com.google.android.libraries.navigation:navigation:6.0.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' - testImplementation 'io.mockk:mockk:1.13.8' + testImplementation 'io.mockk:mockk:1.13.13' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.9' }