Merge pull request #6494 from nextcloud/dependabot/gradle/org.mockito-mockito-android-3.4.4

Bump mockito-android from 3.4.2 to 3.4.4
This commit is contained in:
Andy Scherzinger 2020-07-20 11:53:50 +02:00 committed by GitHub
commit 51f48549c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ dependencies {
implementation "com.github.stateless4j:stateless4j:2.6.0"
androidTestImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
androidTestImplementation "org.mockito:mockito-android:3.4.2"
androidTestImplementation "org.mockito:mockito-android:3.4.4"
androidTestImplementation 'net.bytebuddy:byte-buddy:1.10.13'
}