Merge pull request #5511 from nextcloud/dependabot/gradle/org.mockito-mockito-core-3.3.0

This commit is contained in:
dependabot-preview[bot] 2020-02-24 08:30:24 +00:00 committed by GitHub
commit a163321fa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,7 +352,7 @@ dependencies {
// dependencies for local unit tests
testImplementation 'junit:junit:4.13'
testImplementation 'org.mockito:mockito-core:3.2.4'
testImplementation 'org.mockito:mockito-core:3.3.0'
testImplementation 'androidx.test:core:1.2.0'
testImplementation 'org.powermock:powermock-core:2.0.5'
testImplementation 'org.powermock:powermock-module-junit4:2.0.5'