From d92241db04d2a79f68f9514b5fa765c63083950e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 08:34:01 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v4.12.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5f9ba4a..a429fb3 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.12.2" 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.12.2" androidTestImplementation 'com.google.dagger:hilt-android-testing:2.46.1' kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.46.1'