diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e0709..c0c6e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 1ac4346..2daa0d2 100644 --- a/build.gradle +++ b/build.gradle @@ -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',