Parcourir la source

Merge pull request #6492 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.4.4

Bump mockito-core from 3.4.2 to 3.4.4
Andy Scherzinger il y a 4 ans
Parent
commit
1b1823db0a
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -350,7 +350,7 @@ dependencies {
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.13'
-    testImplementation 'org.mockito:mockito-core:3.4.2'
+    testImplementation 'org.mockito:mockito-core:3.4.4'
     testImplementation 'androidx.test:core:1.2.0'
     testImplementation 'org.powermock:powermock-core:2.0.7'
     testImplementation 'org.powermock:powermock-module-junit4:2.0.7'
@@ -370,7 +370,7 @@ dependencies {
     // Espresso core
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
     androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
-    androidTestImplementation 'org.mockito:mockito-core:3.4.0'
+    androidTestImplementation 'org.mockito:mockito-core:3.4.4'
     // UIAutomator - for cross-app UI tests, and to grant screen is turned on in Espresso tests
     // androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details