Skip to content

Commit

Permalink
Merge pull request #296 from thc202/selenium/update-4.28.1
Browse files Browse the repository at this point in the history
Update Selenium to 4.28.1
  • Loading branch information
kingthorin authored Jan 29, 2025
2 parents 519cfad + 31abbce commit 6d65b71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update Selenium to version 4.28.1.

## [0.23.0] - 2025-01-23
### 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.28.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.27.0',
'org.seleniumhq.selenium:selenium-java:4.28.1',
'org.seleniumhq.selenium:htmlunit3-driver:4.28.0',
'net.htmlparser.jericho:jericho-html:3.1')

implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
Expand Down

0 comments on commit 6d65b71

Please sign in to comment.