Skip to content

Commit

Permalink
Bump mockitoVersion from 4.5.1 to 4.6.0 (#10527)
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 4.5.1 to 4.6.0.

Updates `mockito-core` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.5.1...v4.6.0)

Updates `mockito-junit-jupiter` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.5.1...v4.6.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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2022
1 parent 83c1452 commit deb89b0
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 @@ -96,7 +96,7 @@ subprojects {
junitJupiterVersion = '5.8.2'
junitPlatformLauncherVersion = '1.8.2'
logbackClassicVersion = '1.2.11'
mockitoVersion = '4.5.1'
mockitoVersion = '4.6.0'
openFeignVersion = '11.8'
postgresqlVersion = '42.3.6'
snakeYamlVersion = '2.3'
Expand Down

0 comments on commit deb89b0

Please sign in to comment.