Skip to content

Commit

Permalink
build(deps): bump org.mockito:mockito-core from 4.6.1 to 5.7.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.7.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.6.1...v5.7.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 Nov 17, 2023
1 parent 3e05f87 commit d903310
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.7.0'

junit_version = "5.8.2"
mockito_core_version = '4.6.1'
mockito_core_version = '5.7.0'
mockito_inline_version = '2.13.0'
mockk_version = '1.12.4'
hamcrest_version = "2.2"
Expand Down

0 comments on commit d903310

Please sign in to comment.