mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-10 21:02:27 +01:00
Bump selenium-java from 4.1.1 to 4.1.2 in /Plan (#2261)
Bumps [selenium-java](https://github.com/SeleniumHQ/selenium) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java 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
847500e6c4
commit
1ddd8f4099
@ -110,7 +110,7 @@ subprojects {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2' // JUnit 5
|
||||
testImplementation "org.mockito:mockito-core:4.3.1" // Mockito Core
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:4.3.1" // Mockito JUnit 5 Extension
|
||||
testImplementation "org.seleniumhq.selenium:selenium-java:4.1.1" // Selenium (Browser tests)
|
||||
testImplementation "org.seleniumhq.selenium:selenium-java:4.1.2" // Selenium (Browser tests)
|
||||
testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)
|
||||
|
||||
// Testing dependencies required by Plan
|
||||
|
Loading…
Reference in New Issue
Block a user