Skip to content

Commit

Permalink
chore(deps): bump mockitoVersion from 5.12.0 to 5.14.2
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 5.12.0 to 5.14.2.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 77476d0 commit 86ff22f
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 @@ -103,7 +103,7 @@ subprojects {

junitPlatformVersion = "1.10.3"

mockitoVersion = "5.12.0"
mockitoVersion = "5.14.2"

slf4jVersion = "1.7.36"

Expand Down

0 comments on commit 86ff22f

Please sign in to comment.