Skip to content

Commit

Permalink
Merge pull request #4967 from thc202/selenium/update-4.13.0
Browse files Browse the repository at this point in the history
selenium: update Selenium library
  • Loading branch information
ricekot authored Oct 5, 2023
2 parents 070a70d + d60fa5c commit 5f7ec41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.13.0.

## [15.14.0] - 2023-09-26
### Added
Expand Down
2 changes: 1 addition & 1 deletion addOns/selenium/selenium.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zapAddOn {
}

dependencies {
var seleniumVersion = "4.12.1"
var seleniumVersion = "4.13.0"
api("org.seleniumhq.selenium:selenium-java:$seleniumVersion") {
exclude(group = "io.netty")
}
Expand Down

0 comments on commit 5f7ec41

Please sign in to comment.