diff --git a/build.gradle b/build.gradle index ab000e6be0..20a6059b6b 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ allprojects { implementation 'androidx.core:core-ktx:1.9.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'org.mockito:mockito-core:4.9.0' + androidTestImplementation 'org.mockito:mockito-core:4.10.0' androidTestImplementation 'com.google.dexmaker:dexmaker:1.2' androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2' androidTestImplementation 'com.android.support.test:runner:1.0.2'