From e43021fbe43783581bcc4d9424ee09fc23c3ddd1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Feb 2023 08:00:48 +0000 Subject: [PATCH] chore(deps): update dependency io.mockk:mockk-android to v1.13.4 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 069bbc2..d48e727 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -217,7 +217,7 @@ dependencies { testImplementation("io.strikt:strikt-core:0.34.1") testImplementation("org.robolectric:robolectric:4.9.2") - androidTestImplementation("io.mockk:mockk-android:1.13.3") + androidTestImplementation("io.mockk:mockk-android:1.13.4") androidTestImplementation("androidx.navigation:navigation-testing:$navVersion") }