Bump mockito-junit-jupiter from 3.5.10 to 3.5.11 in /Plan (#1580)

Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.5.10 to 3.5.11.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.10...v3.5.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-21 14:17:23 +03:00 committed by GitHub
parent 8c0b51d511
commit 67153be465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ subprojects {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0" // JUnit 5
testCompile "org.junit.jupiter:junit-jupiter-params:5.6.2" // JUnit 5, parameterized tests
testCompile "org.mockito:mockito-core:3.5.10" // Mockito Core
testCompile "org.mockito:mockito-junit-jupiter:3.5.10" // Mockito JUnit 5 Extension
testCompile "org.mockito:mockito-junit-jupiter:3.5.11" // Mockito JUnit 5 Extension
testCompile "org.seleniumhq.selenium:selenium-java:3.141.59" // Selenium (Browser tests)
testCompile "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)