Merge pull request #3652 from nextcloud/dependabot/gradle/org.mockito-mockito-core-2.24.5

Bump mockito-core from 2.24.0 to 2.24.5
This commit is contained in:
Andy Scherzinger 2019-02-19 11:41:32 +01:00 committed by GitHub
commit 217afa5bb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,7 +251,7 @@ dependencies {
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.24.0'
testImplementation 'org.mockito:mockito-core:2.24.5'
// dependencies for instrumented tests
// JUnit4 Rules
androidTestImplementation 'androidx.test:rules:1.1.1'