From 18d173e3b17798d175b951b3a03e9b42fa89e13a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 22:41:57 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v4.11 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5f9ba4a..04264c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -109,12 +109,12 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-all:1.3" testImplementation "androidx.arch.core:core-testing:2.2.0" - testImplementation "org.robolectric:robolectric:4.5.1" + testImplementation "org.robolectric:robolectric:4.11" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2" testImplementation "com.google.truth:truth:1.1.3" testImplementation "com.squareup.okhttp3:mockwebserver:4.9.1" testImplementation "io.mockk:mockk:1.13.5" - testImplementation "org.robolectric:robolectric:4.5.1" + testImplementation "org.robolectric:robolectric:4.11" androidTestImplementation 'com.google.dagger:hilt-android-testing:2.46.1' kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.46.1'