From 72492d296b762a51cd51f50705d54ef3a466fc32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:10:40 +0000 Subject: [PATCH] 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 688b678366..3434187a3d 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.1.5' } -robolectric = { module = 'org.robolectric:robolectric', version = '4.7' } +robolectric = { module = 'org.robolectric:robolectric', version = '4.11.1' } mockito = { module = 'org.mockito:mockito-core', version = '5.7.0' } # Plugins