From ac41a1f1f05ff8cd39ca2c68a44c7ea6529a2de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 16:08:59 +0000 Subject: [PATCH] fix(deps): update dependency io.mockk:mockk-android to v1.13.14 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5f9ba4a..a1b60b4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -127,6 +127,6 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation "com.squareup.okhttp3:mockwebserver:4.9.1" - androidTestImplementation "io.mockk:mockk-android:1.13.5" + androidTestImplementation "io.mockk:mockk-android:1.13.14" androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.28.3' } \ No newline at end of file