Bump mockito-core from 2.24.0 to 2.24.5

Bumps [mockito-core](https://github.com/mockito/mockito) from 2.24.0 to 2.24.5.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.24.0...v2.24.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-19 10:04:28 +00:00
parent e3b1487ce5
commit da862a2c59
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331

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'