Skip to content

Commit

Permalink
Build(deps): Bump MOCKITO_VERSION from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps `MOCKITO_VERSION` from 5.2.0 to 5.3.0.

Updates `org.mockito:mockito-core` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.2.0...v5.3.0)

Updates `org.mockito:mockito-android` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2023
1 parent 184cbaf commit fe06829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion News-Android-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ final DAGGER_VERSION = '2.45'
final GLIDE_VERSION = '4.15.1'
final ESPRESSO_VERSION = '3.5.1'
final OKHTTP_VERSION = '4.10.0'
final MOCKITO_VERSION = '5.2.0'
final MOCKITO_VERSION = '5.3.0'
final RETROFIT_VERSION = '2.9.0'

dependencies {
Expand Down

0 comments on commit fe06829

Please sign in to comment.