Skip to content

Commit

Permalink
Bump mockitoVersion from 5.11.0 to 5.13.0 (#12871)
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 5.11.0 to 5.13.0.

Updates `org.mockito:mockito-core` from 5.11.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.13.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.11.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.13.0)

Updates `org.mockito:mockito-subclass` from 5.11.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.13.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-subclass
  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 Aug 28, 2024
1 parent 5ab0c43 commit 15b869d
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 @@ -69,7 +69,7 @@ subprojects {
junitJupiterVersion = "5.11.0"
junitPlatformLauncherVersion = "1.11.0"
logbackClassicVersion = "1.5.7"
mockitoVersion = "5.11.0"
mockitoVersion = "5.13.0"
openFeignVersion = "13.3"
snakeYamlVersion = "2.7"
sonatypeGoodiesPrefsVersion = "2.3.9"
Expand Down

0 comments on commit 15b869d

Please sign in to comment.