Skip to content

Commit

Permalink
Merge pull request #6117 from thc202/zest/update-zest-lib
Browse files Browse the repository at this point in the history
zest: update Zest library
  • Loading branch information
kingthorin authored Jan 23, 2025
2 parents 790b6b0 + 0a3e19f commit a4d628f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions addOns/zest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Use ZAP for launching Firefox and Chrome.
- Update Zest library to 0.23.0:
- Update Selenium to version 4.28.0.
- Update minimum Java version to 17.

## [48.0.0] - 2025-01-10
### Added
Expand Down
5 changes: 3 additions & 2 deletions addOns/zest/zest.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ dependencies {
zapAddOn("scripts")
zapAddOn("selenium")

api("org.zaproxy:zest:0.22.0") {
api("org.zaproxy:zest:0.23.0") {
// Provided by commonlib add-on.
exclude(group = "com.fasterxml.jackson")
exclude(group = "com.fasterxml.jackson.core")
exclude(group = "com.fasterxml.jackson.dataformat")
// Provided by Selenium add-on.
exclude(group = "org.seleniumhq.selenium")
// Provided by ZAP.
Expand Down

0 comments on commit a4d628f

Please sign in to comment.