We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e72bf commit 1d729abCopy full SHA for 1d729ab
app/build.gradle
@@ -157,7 +157,7 @@ dependencies {
157
testImplementation 'androidx.test:core:1.4.0'
158
testImplementation 'org.robolectric:robolectric:4.5.1'
159
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
160
- testImplementation 'org.mockito:mockito-core:3.12.4'
+ testImplementation 'org.mockito:mockito-core:4.0.0'
161
162
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$JUNIT_VERSION"
163
androidTestImplementation "org.junit.vintage:junit-vintage-engine:$JUNIT_VERSION"
0 commit comments