From a7508debffed98d9121834ba1cfb08dd0e8363ee Mon Sep 17 00:00:00 2001 From: thc202 Date: Fri, 8 Nov 2024 09:21:13 +0000 Subject: [PATCH] Update Selenium to 4.26.0 Update to latest version. Signed-off-by: thc202 --- CHANGELOG.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',