Skip to content

Commit

Permalink
Merge pull request #5415 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 Apr 30, 2024
2 parents a77230d + 74c3883 commit 20b5293
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion addOns/zest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed
- Update Zest library to 0.21.0:
- Update Selenium to version 4.20.0.
- Update HtmlUnit to major version 3.

## [44] - 2024-04-11
### Added
Expand Down
2 changes: 1 addition & 1 deletion addOns/zest/zest.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
zapAddOn("scripts")
zapAddOn("selenium")

implementation("org.zaproxy:zest:0.20.0") {
implementation("org.zaproxy:zest:0.21.0") {
// Provided by commonlib add-on.
exclude(group = "com.fasterxml.jackson")
// Provided by Selenium add-on.
Expand Down

0 comments on commit 20b5293

Please sign in to comment.