Skip to content

Commit

Permalink
Merge pull request #269 from thc202/selenium/update-4.17
Browse files Browse the repository at this point in the history
Update Selenium to 4.17.0
  • Loading branch information
psiinon committed Jan 23, 2024
2 parents 7879f7d + 6cbaca0 commit 3307874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Update Selenium to version 4.16.1.
- Update Selenium to version 4.17.0.

## [0.20.0] - 2023-10-12
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation (
'org.apache.httpcomponents:httpclient:4.5.8',
'com.google.code.gson:gson:2.8.5',
'org.seleniumhq.selenium:selenium-java:4.16.1',
'org.seleniumhq.selenium:selenium-java:4.17.0',
'org.seleniumhq.selenium:htmlunit-driver:4.13.0',
'net.htmlparser.jericho:jericho-html:3.1',
'com.fasterxml.jackson.core:jackson-core:2.15.2',
Expand Down

0 comments on commit 3307874

Please sign in to comment.