From 3bbb7b151394854320ec7250a262e75d02c3c0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 00:08:41 +0000 Subject: [PATCH] chore(deps): bump io.mockk:mockk from 1.13.8 to 1.14.2 in /android Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.8 to 1.14.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.8...1.14.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 f8b5d85..ca04be8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -79,7 +79,7 @@ android { implementation "androidx.car.app:app-projected:1.4.0" implementation "com.google.android.libraries.navigation:navigation:6.2.0" testImplementation 'org.jetbrains.kotlin:kotlin-test' - testImplementation 'io.mockk:mockk:1.13.8' + testImplementation 'io.mockk:mockk:1.14.2' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.9' }