mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 09:37:54 +01:00
Bump mockito-core from 3.11.1 to 3.11.2 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
08dda0c7fd
commit
4db83b4a9d
@ -112,7 +112,7 @@ subprojects {
|
||||
|
||||
// Test Tooling Dependencies
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' // JUnit 5
|
||||
testImplementation "org.mockito:mockito-core:3.11.1" // Mockito Core
|
||||
testImplementation "org.mockito:mockito-core:3.11.2" // Mockito Core
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:3.11.2" // Mockito JUnit 5 Extension
|
||||
testImplementation "org.seleniumhq.selenium:selenium-java:3.141.59" // Selenium (Browser tests)
|
||||
testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)
|
||||
|
Loading…
Reference in New Issue
Block a user