Skip to content

Commit 10d4a5c

Browse files
Bump selenium-firefox-driver from 3.141.59 to 4.1.2 in /examples
Bumps [selenium-firefox-driver](https://github.com/SeleniumHQ/selenium) from 3.141.59 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-firefox-driver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02782d9 commit 10d4a5c

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
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation 'org.seleniumhq.selenium:selenium-remote-driver:3.141.59'
11-
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
11+
implementation 'org.seleniumhq.selenium:selenium-firefox-driver:4.1.3'
1212
implementation 'org.seleniumhq.selenium:selenium-chrome-driver:3.141.59'
1313
testImplementation 'io.cucumber:cucumber-java:7.2.3'
1414
testImplementation 'io.cucumber:cucumber-junit:7.2.3'

0 commit comments

Comments
 (0)