File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ zapAddOn {
3838dependencies {
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" )
You can’t perform that action at this time.
0 commit comments