Skip to content

Commit

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

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

Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.14.1)

---
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 Oct 4, 2024
1 parent 0b620ca commit 16f84cd
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 @@ -106,7 +106,7 @@ subprojects {
nkPlaceholderapiVersion = "1.4-SNAPSHOT"

junitVersion = "5.10.3"
mockitoVersion = "5.12.0"
mockitoVersion = "5.14.1"
seleniumVersion = "4.23.0"
testContainersVersion = "1.20.1"
swaggerVersion = "2.2.22"
Expand Down

0 comments on commit 16f84cd

Please sign in to comment.