Skip to content

Commit

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

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

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

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

---
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] authored Nov 2, 2024
1 parent 112b804 commit a10dd81
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.3"
junitPlatformLauncherVersion = "1.11.3"
logbackClassicVersion = "1.5.12"
mockitoVersion = "5.13.0"
mockitoVersion = "5.14.2"
openFeignVersion = "13.3"
snakeYamlVersion = "2.8"
sonatypeGoodiesPrefsVersion = "2.3.9"
Expand Down

0 comments on commit a10dd81

Please sign in to comment.