Skip to content

Commit

Permalink
chore(deps): bump seleniumVersion from 4.28.0 to 4.28.1
Browse files Browse the repository at this point in the history
Bumps `seleniumVersion` from 4.28.0 to 4.28.1.

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

Updates `org.seleniumhq.selenium:selenium-chrome-driver` from 4.28.0 to 4.28.1
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `org.seleniumhq.selenium:selenium-remote-driver` from 4.28.0 to 4.28.1
- [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-chrome-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.seleniumhq.selenium:selenium-remote-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sepe81 committed Jan 23, 2025
1 parent ad236a9 commit 7af2ba3
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 @@ -42,7 +42,7 @@ repositories {
mavenCentral()
}
dependencies {
def seleniumVersion = '4.28.0'
def seleniumVersion = '4.28.1'
implementation "io.github.bonigarcia:webdrivermanager:5.9.2",
"com.google.guava:guava:33.4.0-jre",
"org.jsoup:jsoup:1.18.3",
Expand Down

0 comments on commit 7af2ba3

Please sign in to comment.