Merge pull request #3878 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.27.0

Bump mockito-core from 2.26.0 to 2.27.0
This commit is contained in:
Andy Scherzinger 2019-04-11 07:46:20 +02:00 committed by GitHub
commit 0013ee8309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,7 +285,7 @@ dependencies {
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.26.0'
testImplementation 'org.mockito:mockito-core:2.27.0'
testImplementation 'androidx.test:core:1.1.0'
// dependencies for instrumented tests