Skip to content

Commit

Permalink
Bump mockitoVersion from 5.11.0 to 5.12.0
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 5.11.0 to 5.12.0.

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

Updates `org.mockito:mockito-junit-jupiter` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 7ff2fc2 commit c0e4ce7
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 @@ -148,7 +148,7 @@ ext {
junitJupiterVersion = "5.10.2"
junitPlatformLauncherVersion = "1.10.2"
logbackClassicVersion = "1.2.11"
mockitoVersion = "5.11.0"
mockitoVersion = "5.12.0"
openFeignVersion = "13.2.1"
postgresqlVersion = "42.7.3"
snakeYamlVersion = "2.7"
Expand Down

0 comments on commit c0e4ce7

Please sign in to comment.