diff --git a/build.gradle b/build.gradle index be61a07f5..a3176ae2e 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ ext.deps = [ robolectric : 'org.robolectric:robolectric:4.8', junit : 'junit:junit:4.13.2', hamcrest : 'org.hamcrest:hamcrest-library:2.2', - mockito : 'org.mockito:mockito-core:4.4.0', + mockito : 'org.mockito:mockito-core:4.5.1', okhttp3 : 'com.squareup.okhttp3:okhttp:4.9.3', leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.3', leakcanary2 : 'com.squareup.leakcanary:leakcanary-android:2.8.1',