Bump mockitoVersion from 5.2.0 to 5.3.0 in /Plan (#2971)

Bumps `mockitoVersion` from 5.2.0 to 5.3.0.

Updates `org.mockito:mockito-core` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-14 08:12:44 +03:00 committed by GitHub
parent 3f8682b11a
commit 8a45bd08d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ subprojects {
nkPlaceholderapiVersion = "1.4-SNAPSHOT"
junitVersion = "5.9.2"
mockitoVersion = "5.2.0"
mockitoVersion = "5.3.0"
testContainersVersion = "1.18.0"
swaggerVersion = "2.2.9"
}