Skip to content

Commit b290ca2

Browse files
authored
Merge pull request #347 from psiinon/deps/sel4.39
2 parents 1ac393e + eebc941 commit b290ca2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and 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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ java {
1717
}
1818

1919
group = 'org.zaproxy'
20-
version = '0.33.0-SNAPSHOT'
20+
version = '0.33.0'
2121

2222
application {
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

0 commit comments

Comments
 (0)