Skip to content

Commit

Permalink
build(deps): bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (#365)
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.9.0...v5.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 8c16c18 commit aaf7b2e
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 @@ -138,7 +138,7 @@ testing {
useJUnitJupiter('5.10.0')
dependencies {
implementation 'org.assertj:assertj-core:3.25.1'
implementation 'org.mockito:mockito-core:5.9.0'
implementation 'org.mockito:mockito-core:5.10.0'
implementation 'org.assertj:assertj-core:3.25.1'
implementation 'org.mockito:mockito-junit-jupiter:5.9.0'
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
Expand Down

0 comments on commit aaf7b2e

Please sign in to comment.