mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-15 15:16:59 +01:00
Bump mockito-junit-jupiter from 4.1.0 to 4.2.0 in /Plan (#2207)
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.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:
parent
71b0f9ce36
commit
53703efd65
@ -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.1.0" // Mockito Core
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:4.1.0" // Mockito JUnit 5 Extension
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:4.2.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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user