Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 2.23.4 to 5.8.0
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 2.23.4 to 5.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v2.23.4...v5.8.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 Dec 1, 2023
1 parent d99a4de commit 7649010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
testImplementation ('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.1') {
exclude group: 'junit', module: 'junit'
}
testImplementation ("org.mockito:mockito-core:2.23.4") {
testImplementation ("org.mockito:mockito-core:5.8.0") {
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
}
Expand Down

0 comments on commit 7649010

Please sign in to comment.