1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 00:16:48 -06:00

Bump mockito-android from 2.28.2 to 3.0.1 (#435)

This commit is contained in:
dependabot-preview[bot] 2019-07-09 07:22:24 +00:00 committed by GitHub
parent ba5bad042a
commit 68b37fc5dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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