Skip to content

Commit

Permalink
Bump seleniumVersion from 4.8.1 to 4.8.2 (#215)
Browse files Browse the repository at this point in the history
Bumps `seleniumVersion` from 4.8.1 to 4.8.2.

Updates `org.seleniumhq.selenium:selenium-api` from 4.8.1 to 4.8.2
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `org.seleniumhq.selenium:selenium-firefox-driver` from 4.8.1 to 4.8.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-patch
- dependency-name: org.seleniumhq.selenium:selenium-firefox-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 26, 2023
1 parent c238b2c commit a4edc04
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 = '2.0.7'
swaggerVersion = '2.2.9'
guavaVersion = '31.1-jre'
seleniumVersion = '4.8.1'
seleniumVersion = '4.8.2'
hamcrestVersion = '2.2'
}

Expand Down

0 comments on commit a4edc04

Please sign in to comment.