Skip to content

Commit f7c538d

Browse files
authored
Merge pull request #6553 from thc202/selenium/update-4.34.0
selenium: update Selenium library
2 parents 89d5112 + df3a565 commit f7c538d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

addOns/selenium/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8-
8+
### Changed
9+
- Update Selenium to version 4.34.0.
910

1011
## [15.37.0] - 2025-06-06
1112
### Changed

addOns/selenium/selenium.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ zapAddOn {
3838
dependencies {
3939
compileOnly(libs.log4j.core)
4040

41-
var seleniumVersion = "4.33.0"
41+
var seleniumVersion = "4.34.0"
4242
selenium("org.seleniumhq.selenium:selenium-java:$seleniumVersion")
43-
selenium("org.seleniumhq.selenium:htmlunit3-driver:4.32.0")
43+
selenium("org.seleniumhq.selenium:htmlunit3-driver:4.33.0")
4444
implementation(libs.log4j.slf4j)
4545

4646
zapAddOn("commonlib")

0 commit comments

Comments
 (0)