[pigeon]: Bump mockito-core (#3110)

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.+ to 5.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/commits/v5.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
...

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]
2023-01-31 22:37:14 +00:00
committed by GitHub
parent 2f96c33c1e
commit eb6d53f987

View File

@ -47,6 +47,6 @@ android {
dependencies {
testImplementation 'junit:junit:4.+'
testImplementation "org.mockito:mockito-core:4.+"
testImplementation "org.mockito:mockito-core:5.+"
}
}