diff --git a/build.gradle b/build.gradle index 076c5680d..188113e1a 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,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.2', + robolectric : 'org.robolectric:robolectric:4.10.3', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', mockito : 'org.mockito:mockito-core:5.3.1',