diff --git a/build.gradle b/build.gradle index b447b1289c..346736b246 100644 --- a/build.gradle +++ b/build.gradle @@ -250,7 +250,7 @@ dependencies { // dependencies for local unit tests testImplementation 'junit:junit:4.12' - testImplementation 'org.mockito:mockito-core:2.24.5' + testImplementation 'org.mockito:mockito-core:2.25.0' // dependencies for instrumented tests // JUnit4 Rules androidTestImplementation 'androidx.test.ext:junit:1.1.0'