Skip to content

Commit 35770d9

Browse files
Bump selenium-chrome-driver from 3.141.59 to 4.3.0 in /examples
Bumps [selenium-chrome-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 to 4.3.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-3.141.59...selenium-4.3.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] <[email protected]>
1 parent 6dc05d3 commit 35770d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cucumber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
1111
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
12-
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
12+
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:4.3.0'
1313
testImplementation 'io.cucumber:cucumber-java:7.2.3'
1414
testImplementation 'io.cucumber:cucumber-junit:7.2.3'
1515
testImplementation 'org.testcontainers:selenium'

0 commit comments

Comments
 (0)