Skip to content

Commit

Permalink
Bump org.seleniumhq.selenium:selenium-chrome-driver in /examples
Browse files Browse the repository at this point in the history
Bumps [org.seleniumhq.selenium:selenium-chrome-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.8.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.8.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-chrome-driver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2023
1 parent 6dc05d3 commit 01cc121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cucumber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
dependencies {
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:4.8.0'
testImplementation 'io.cucumber:cucumber-java:7.2.3'
testImplementation 'io.cucumber:cucumber-junit:7.2.3'
testImplementation 'org.testcontainers:selenium'
Expand Down

0 comments on commit 01cc121

Please sign in to comment.