Bump mockito-core from 2.25.0 to 2.25.1

Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.25.0...v2.25.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-18 02:14:13 +00:00
parent 3395ceb069
commit 3c66847f14
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331

View file

@ -250,7 +250,7 @@ dependencies {
// dependencies for local unit tests
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.25.0'
testImplementation 'org.mockito:mockito-core:2.25.1'
testImplementation 'androidx.test:core:1.1.0'
// dependencies for instrumented tests