Skip to content

Commit

Permalink
chore(deps): bump org.mockito:mockito-core from 4.6.1 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 5.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.6.1...v5.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 5c31040 commit 1e19431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ext {
kotlin_reflect_version = '1.9.0'

junit_version = "5.8.2"
mockito_core_version = '4.6.1'
mockito_core_version = '5.12.0'
mockito_inline_version = '2.13.0'
mockk_version = '1.13.10'
hamcrest_version = "2.2"
Expand Down

0 comments on commit 1e19431

Please sign in to comment.