From 486f6edb91a59756ee0f5530a37c5b38f48f4baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:32:45 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.9 to 1.13.10 in /android Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.10) --- 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 2cfdafe..37419f7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -73,7 +73,7 @@ android { dependencies { implementation 'com.google.android.libraries.mapsplatform.transportation:transportation-driver:5.0.0' testImplementation 'org.jetbrains.kotlin:kotlin-test' - testImplementation 'io.mockk:mockk:1.13.9' + testImplementation 'io.mockk:mockk:1.13.10' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.11.1' }