File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
44The 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
7- ## [ Unreleased ]
7+ ## [ 0.33.0 ] - 2025-12-12
88### Added
99- Support for script level statementDelay.
1010
11+ ### Changed
12+ - Update Selenium to version 4.39.0.
13+
1114## [ 0.32.0] - 2025-10-29
1215### Added
1316- Support for Edge
@@ -179,7 +182,7 @@ name remains the same for compatibility with previous versions.
179182## [ 0.3] - 2013-09-10
180183## [ 0.2] - 2013-07-18
181184
182- [ Unreleased ] : https://github.com/zaproxy/zest/compare/0.32.0...HEAD
185+ [ 0.33.0 ] : https://github.com/zaproxy/zest/compare/0.32.0...0.33.0
183186[ 0.32.0 ] : https://github.com/zaproxy/zest/compare/0.31.0...0.32.0
184187[ 0.31.0 ] : https://github.com/zaproxy/zest/compare/0.30.0...0.31.0
185188[ 0.30.0 ] : https://github.com/zaproxy/zest/compare/0.29.0...0.30.0
Original file line number Diff line number Diff line change 1717}
1818
1919group = ' org.zaproxy'
20- version = ' 0.33.0-SNAPSHOT '
20+ version = ' 0.33.0'
2121
2222application {
2323 mainClass. set(" org.zaproxy.zest.impl.CmdLine" )
@@ -29,7 +29,7 @@ dependencies {
2929 implementation (
3030 ' org.apache.httpcomponents:httpclient:4.5.8' ,
3131 ' com.google.code.gson:gson:2.8.5' ,
32- ' org.seleniumhq.selenium:selenium-java:4.38 .0' ,
32+ ' org.seleniumhq.selenium:selenium-java:4.39 .0' ,
3333 ' org.seleniumhq.selenium:htmlunit3-driver:4.34.0' ,
3434 ' net.htmlparser.jericho:jericho-html:3.1' )
3535
You can’t perform that action at this time.
0 commit comments