We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5442b63 commit 749c94fCopy full SHA for 749c94f
app/build.gradle
@@ -151,7 +151,7 @@ dependencies {
151
implementation 'androidx.test.espresso:espresso-contrib:3.4.0' // Needed for idler
152
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
153
testImplementation 'junit:junit:4.13'
154
- testImplementation 'org.mockito:mockito-core:3.11.2'
+ testImplementation 'org.mockito:mockito-core:5.14.0'
155
testImplementation 'org.robolectric:robolectric:4.2.1' // Can't be upgraded until #5454 is fixed
156
testImplementation 'androidx.test:core:1.4.0'
157
testImplementation 'androidx.test:rules:1.4.0'
0 commit comments