Skip to content

Commit

Permalink
Bump seleniumVersion from 4.1.4 to 4.2.2 (#99)
Browse files Browse the repository at this point in the history
Bumps `seleniumVersion` from 4.1.4 to 4.2.2.

Updates `selenium-api` from 4.1.4 to 4.2.2
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-firefox-driver` from 4.1.4 to 4.2.2
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 16, 2022
1 parent e5c1888 commit bd2d35a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browserup-proxy-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ uploadArchives {
}

ext {
seleniumVersion = '4.1.4'
seleniumVersion = '4.2.2'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion browserup-proxy-rest-clients/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

ext {
jerseyVersion = '2.32'
seleniumVersion = '4.1.4'
seleniumVersion = '4.2.2'
}

resolve {
Expand Down
2 changes: 1 addition & 1 deletion browserup-proxy-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ archivesBaseName = 'browserup-proxy-rest'

ext {
jerseyVersion = '2.32'
seleniumVersion = '4.1.4'
seleniumVersion = '4.2.2'
}

uploadArchives {
Expand Down

0 comments on commit bd2d35a

Please sign in to comment.