Skip to content

Commit

Permalink
Bump mockitoVersion from 5.15.2 to 5.16.0 in /Plan
Browse files Browse the repository at this point in the history
Bumps `mockitoVersion` from 5.15.2 to 5.16.0.

Updates `org.mockito:mockito-core` from 5.15.2 to 5.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.15.2...v5.16.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.15.2 to 5.16.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.15.2...v5.16.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 Mar 7, 2025
1 parent 737df2e commit b53cdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ subprojects {
nkPlaceholderapiVersion = "1.4-SNAPSHOT"

junitVersion = "5.11.4"
mockitoVersion = "5.15.2"
mockitoVersion = "5.16.0"
seleniumVersion = "4.29.0"
testContainersVersion = "1.20.5"
awaitilityVersion = "4.2.2"
Expand Down

0 comments on commit b53cdfb

Please sign in to comment.