diff --git a/app/build.gradle b/app/build.gradle index 072a597..9a194e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,7 +151,7 @@ dependencies { implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler implementation 'com.squareup.okhttp3:okhttp:4.9.1' testImplementation 'junit:junit:4.13' - testImplementation 'org.mockito:mockito-core:3.11.2' + testImplementation 'org.mockito:mockito-core:4.1.0' testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed testImplementation 'androidx.test:core:1.4.0' testImplementation 'androidx.test:rules:1.4.0'