Bump org.mockito:mockito-core from 5.13.0 to 5.14.2 in /android

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.2)

---
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>
This commit is contained in:
dependabot[bot] 2024-10-21 12:28:38 +00:00 committed by GitHub
parent 353766bc01
commit 9be16184d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ allprojects {
yubiKitVersion = "2.7.0" yubiKitVersion = "2.7.0"
junitVersion = "4.13.2" junitVersion = "4.13.2"
mockitoVersion = "5.13.0" mockitoVersion = "5.14.2"
} }
} }