Skip to content

Commit 0cfa031

Browse files
Bump selenium-chrome-driver from 3.14.0 to 3.141.59 in /examples (#2914)
Bumps [selenium-chrome-driver](https://github.com/SeleniumHQ/selenium) from 3.14.0 to 3.141.59. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-3.14.0...selenium-3.141.59) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f358ebf commit 0cfa031

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.14.0'
12+
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
1313
testImplementation 'io.cucumber:cucumber-java:5.7.0'
1414
testImplementation 'io.cucumber:cucumber-junit:6.1.1'
1515
testImplementation 'org.testcontainers:selenium'

0 commit comments

Comments
 (0)