diff --git a/app/build.gradle b/app/build.gradle index 7dbbbe8f7..51b8df476 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -134,7 +134,7 @@ dependencies { testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation "com.google.truth:truth:1.1.3" - testImplementation 'org.robolectric:robolectric:4.7' + testImplementation 'org.robolectric:robolectric:4.7.1' testImplementation 'androidx.test:core:1.4.0' testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation 'org.mockito:mockito-core:3.12.4'