From d8c1151b6b244a5b8caefbd156d3e0a7f3fba98e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:34:32 +0000 Subject: [PATCH] Bump org.robolectric:robolectric from 4.10.3 to 4.12 Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.10.3 to 4.12. - [Release notes](https://github.com/robolectric/robolectric/releases) - [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.10.3...robolectric-4.12) --- updated-dependencies: - dependency-name: org.robolectric:robolectric dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 69fa2733621..6d811f36982 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ ext.deps = [ lithoTesting : "com.facebook.litho:litho-testing:$LITHO_VERSION", // Debugging and testing guava : 'com.google.guava:guava:23.0', - robolectric : 'org.robolectric:robolectric:4.10.3', + robolectric : 'org.robolectric:robolectric:4.12', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', mockito : 'org.mockito:mockito-core:5.8.0',