Bump mockito-android from 2.28.1 to 2.28.2 (#379)

This commit is contained in:
dependabot-preview[bot] 2019-05-30 11:12:44 +00:00 committed by GitHub
parent 214afb82a6
commit 07f3333029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ dependencies {
androidTestImplementation "androidx.room:room-testing:2.1.0-beta01" androidTestImplementation "androidx.room:room-testing:2.1.0-beta01"
androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" androidTestImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
androidTestImplementation "org.mockito:mockito-core:2.27.2" androidTestImplementation "org.mockito:mockito-core:2.27.2"
androidTestImplementation('org.mockito:mockito-android:2.28.1') { androidTestImplementation('org.mockito:mockito-android:2.28.2') {
exclude group: 'org.mockito', module: 'mockito-core' exclude group: 'org.mockito', module: 'mockito-core'
} }
} }