Bump mockito-junit-jupiter from 4.2.0 to 4.3.0 in /Plan (#2248)

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- 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] 2022-01-25 18:55:34 +02:00 committed by GitHub
parent c0d29616b9
commit c2bf75256e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ subprojects {
// Test Tooling Dependencies
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2' // JUnit 5
testImplementation "org.mockito:mockito-core:4.2.0" // Mockito Core
testImplementation "org.mockito:mockito-junit-jupiter:4.2.0" // Mockito JUnit 5 Extension
testImplementation "org.mockito:mockito-junit-jupiter:4.3.0" // Mockito JUnit 5 Extension
testImplementation "org.seleniumhq.selenium:selenium-java:4.1.1" // Selenium (Browser tests)
testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)