diff --git a/build.gradle b/build.gradle index 7303f713b..6d4ac8e8b 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,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.9.2', + robolectric : 'org.robolectric:robolectric:4.10', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', mockito : 'org.mockito:mockito-core:5.2.0',