Skip to content

Commit

Permalink
Merge pull request #289 from thc202/selenium/update-4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Nov 8, 2024
2 parents fb9e640 + a7508de commit 18fb354
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.25.0.
- Update Selenium to version 4.26.0.

## [0.22.0] - 2024-06-28
### Added
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.25.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.23.0',
'org.seleniumhq.selenium:selenium-java:4.26.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.26.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 18fb354

Please sign in to comment.