Bump mockito-core from 4.1.0 to 4.2.0 (#373)

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-24 10:32:23 -05:00 committed by GitHub
parent 4e3f45af55
commit a9b553ec99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ ext.versions = [
// Testing.
junit : '4.13.2',
truth : '1.1.3',
mockito : '4.1.0',
mockito : '4.2.0',
mockitoKotlin : '2.2.0',
]