Skip to content

Commit

Permalink
Merge pull request #5638 from thc202/selenium/update-4.23.1
Browse files Browse the repository at this point in the history
selenium: update Selenium library
  • Loading branch information
thc202 authored Aug 12, 2024
2 parents c873419 + 4285fa2 commit 586b239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion addOns/selenium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.23.1.

## [15.27.0] - 2024-07-22
### Changed
Expand Down
4 changes: 2 additions & 2 deletions addOns/selenium/selenium.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ zapAddOn {
}

dependencies {
var seleniumVersion = "4.23.0"
var seleniumVersion = "4.23.1"
selenium("org.seleniumhq.selenium:selenium-java:$seleniumVersion")
selenium("org.seleniumhq.selenium:htmlunit3-driver:4.22.0")
selenium("org.seleniumhq.selenium:htmlunit3-driver:4.23.0")
implementation(libs.log4j.slf4j) {
// Provided by ZAP.
exclude(group = "org.apache.logging.log4j")
Expand Down

0 comments on commit 586b239

Please sign in to comment.