mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-10 13:49:17 +01:00
Bump mockito-junit-jupiter from 3.12.3 to 3.12.4 in /Plan (#2069)
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 3.12.3 to 3.12.4. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.3...v3.12.4) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
bb78d61b90
commit
46b6fd62a0
@ -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.12.4" // Mockito Core
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:3.12.3" // Mockito JUnit 5 Extension
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:3.12.4" // 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