Bump mockito-core from 4.0.0 to 4.1.0 in /Plan (#2164)

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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] 2021-11-24 09:05:06 +02:00 committed by GitHub
parent 7df3b1e786
commit 4f00a393d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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