Skip to content

Commit

Permalink
Bump seleniumVersion from 4.3.0 to 4.4.0 (#123)
Browse files Browse the repository at this point in the history
Bumps `seleniumVersion` from 4.3.0 to 4.4.0.

Updates `selenium-api` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.3.0...selenium-4.4.0)

Updates `selenium-firefox-driver` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.3.0...selenium-4.4.0)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.seleniumhq.selenium:selenium-firefox-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 15, 2022
1 parent 51a0062 commit 775edb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subprojects {
slf4jVersion = '1.7.36'
swaggerVersion = '2.2.2'
guavaVersion = '31.1-jre'
seleniumVersion = '4.3.0'
seleniumVersion = '4.4.0'
hamcrestVersion = '2.2'
}

Expand Down

0 comments on commit 775edb7

Please sign in to comment.