Skip to content

Commit

Permalink
Merge pull request #280 from thc202/selenium/update-4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Jun 21, 2024
2 parents 1423cb7 + 9cb9e24 commit e435b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.21.0.
- Update Selenium to version 4.22.0.

## [0.21.0] - 2024-04-30
### Changed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
implementation (
'org.apache.httpcomponents:httpclient:4.5.8',
'com.google.code.gson:gson:2.8.5',
'org.seleniumhq.selenium:selenium-java:4.21.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.20.0',
'org.seleniumhq.selenium:selenium-java:4.22.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.21.0',
'net.htmlparser.jericho:jericho-html:3.1',
'com.fasterxml.jackson.core:jackson-core:2.15.2',
'com.fasterxml.jackson.core:jackson-databind:2.15.2',
Expand Down

0 comments on commit e435b72

Please sign in to comment.