diff --git a/build.gradle b/build.gradle index 9d14ee64c..15d30b999 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,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.8', + robolectric : 'org.robolectric:robolectric:4.8.1', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', mockito : 'org.mockito:mockito-core:4.5.1',