Merge pull request #3849 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.26.0

Bump mockito-core from 2.25.1 to 2.26.0
This commit is contained in:
Andy Scherzinger 2019-04-07 12:04:26 +02:00 committed by GitHub
commit c4a4179467
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.25.1'
testImplementation 'org.mockito:mockito-core:2.26.0'
testImplementation 'androidx.test:core:1.1.0'
// dependencies for instrumented tests