From e3669d21f99061eb47211ddc663826496707ab44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 00:47:47 +0000 Subject: [PATCH] Update dependency org.robolectric:robolectric to v4.12 --- 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 530138043..92b2a3284 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ pollexor = { module = 'com.squareup:pollexor', version = '3.0.0' } # Test libraries junit = { module = 'junit:junit', version = '4.13.2' } truth = { module = 'com.google.truth:truth', version = '1.4.2' } -robolectric = { module = 'org.robolectric:robolectric', version = '4.7' } +robolectric = { module = 'org.robolectric:robolectric', version = '4.12' } mockito = { module = 'org.mockito:mockito-core', version = '5.10.0' } # Plugins