Skip to content

Commit

Permalink
Merge pull request #287 from thc202/selenium/update-4.25.0
Browse files Browse the repository at this point in the history
Update Selenium to 4.25.0
  • Loading branch information
thc202 authored Sep 23, 2024
2 parents 11c1e13 + 49e5dee commit c98e812
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.24.0.
- Update Selenium to version 4.25.0.

## [0.22.0] - 2024-06-28
### Added
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.24.0',
'org.seleniumhq.selenium:selenium-java:4.25.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.23.0',
'net.htmlparser.jericho:jericho-html:3.1',
'com.fasterxml.jackson.core:jackson-core:2.15.2',
Expand Down

0 comments on commit c98e812

Please sign in to comment.