Skip to content

Commit

Permalink
Merge pull request #278 from thc202/selenium/update-4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored May 17, 2024
2 parents e3ee25b + 3a200eb commit 34963a8
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.21.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.20.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.19.1',
'org.seleniumhq.selenium:selenium-java:4.21.0',
'org.seleniumhq.selenium:htmlunit3-driver:4.20.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 34963a8

Please sign in to comment.