From 68bf1c5e0cbcbb031d8b47e4671a0605c7db95d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:24:08 +0000 Subject: [PATCH] fix(deps): update dependency org.robolectric:robolectric to v4.11.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f9e89c7..5f2b897 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ tests-junit = { module = "junit:junit", version = "4.13.2" } tests-google-truth = { module = "com.google.truth:truth", version = "1.1.5" } tests-androidx-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" } tests-androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" } -tests-robolectric = { module = "org.robolectric:robolectric", version = "4.10.3" } +tests-robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" } tests-mockito = { module = "org.mockito:mockito-core", version = "5.5.0" } gradle-android = { module = "com.android.tools.build:gradle", version.ref = "agp" }