mockito-core 2.2.5->2.21.0

This commit is contained in:
AndyScherzinger 2018-09-05 18:04:36 +02:00
parent f7202bb13a
commit 9a8b57c3a6
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -246,7 +246,7 @@ dependencies {
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.2.5'
testImplementation 'org.mockito:mockito-core:2.21.0'
// dependencies for instrumented tests
// JUnit4 Rules
androidTestImplementation 'com.android.support.test:rules:1.0.2'