Forráskód Böngészése

Merge pull request #3003 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.22.0

Bump mockito-core from 2.21.0 to 2.22.0
Andy Scherzinger 6 éve
szülő
commit
ef466a372c
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -246,7 +246,7 @@ dependencies {
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
-    testImplementation 'org.mockito:mockito-core:2.21.0'
+    testImplementation 'org.mockito:mockito-core:2.22.0'
     // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'com.android.support.test:rules:1.0.2'