Skip to content

Commit f796fa6

Browse files
committed
Webdriver Update
ChromeDriver update to 139.0.7258.138 Signed-off-by: zapbot <[email protected]>
1 parent 5049c7d commit f796fa6

File tree

10 files changed

+19
-13
lines changed

10 files changed

+19
-13
lines changed

addOns/webdrivers/webdriverlinux/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
7-
6+
## [153] - 2025-08-19
7+
### Changed
8+
- Update ChromeDriver to 139.0.7258.138.
89

910
## [152] - 2025-08-12
1011
### Changed
@@ -637,6 +638,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
637638

638639
- First release: Firefox v0.13.0 Chrome v2.27
639640

641+
[153]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v153
640642
[152]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v152
641643
[151]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v151
642644
[150]: https://github.com/zaproxy/zap-extensions/releases/webdriverlinux-v150
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=153
2-
release=false
2+
release=true

addOns/webdrivers/webdriverlinux/src/main/javahelp/org/zaproxy/zap/extension/webdriverlinux/resources/help/contents/webdriverlinux.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
99
<p>
1010
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
1111
<ul>
12-
<li>Chrome - ChromeDriver 139.0.7258.68</li>
12+
<li>Chrome - ChromeDriver 139.0.7258.138</li>
1313
<li>Firefox - geckodriver 0.36.0</li>
1414
</ul>
1515

addOns/webdrivers/webdrivermacos/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
7-
6+
## [153] - 2025-08-19
7+
### Changed
8+
- Update ChromeDriver to 139.0.7258.138.
89

910
## [152] - 2025-08-12
1011
### Changed
@@ -637,6 +638,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
637638

638639
- First release: Firefox v0.13.0 Chrome v2.27
639640

641+
[153]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v153
640642
[152]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v152
641643
[151]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v151
642644
[150]: https://github.com/zaproxy/zap-extensions/releases/webdrivermacos-v150
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=153
2-
release=false
2+
release=true

addOns/webdrivers/webdrivermacos/src/main/javahelp/org/zaproxy/zap/extension/webdrivermacos/resources/help/contents/webdrivermacos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
99
<p>
1010
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
1111
<ul>
12-
<li>Chrome - ChromeDriver 139.0.7258.68</li>
12+
<li>Chrome - ChromeDriver 139.0.7258.138</li>
1313
<li>Firefox - geckodriver 0.36.0</li>
1414
</ul>
1515

addOns/webdrivers/webdrivers.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.zaproxy.gradle.tasks.DownloadWebDriver
66
description = "Common configuration of the WebDriver add-ons."
77

88
val geckodriverVersion = "0.36.0"
9-
val chromeDriverVersion = "139.0.7258.68"
9+
val chromeDriverVersion = "139.0.7258.138"
1010

1111
fun configureDownloadTask(
1212
outputDir: File,

addOns/webdrivers/webdriverwindows/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
7-
6+
## [153] - 2025-08-19
7+
### Changed
8+
- Update ChromeDriver to 139.0.7258.138.
89

910
## [152] - 2025-08-12
1011
### Changed
@@ -640,6 +641,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
640641

641642
- First release: Firefox v0.13.0 Chrome v2.27 IE 3.0.0
642643

644+
[153]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v153
643645
[152]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v152
644646
[151]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v151
645647
[150]: https://github.com/zaproxy/zap-extensions/releases/webdriverwindows-v150
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=153
2-
release=false
2+
release=true

addOns/webdrivers/webdriverwindows/src/main/javahelp/org/zaproxy/zap/extension/webdriverwindows/resources/help/contents/webdriverwindows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <H1>Windows WebDrivers</H1>
99
<p>
1010
The Windows WebDrivers add-on provides WebDrivers for the following browsers:
1111
<ul>
12-
<li>Chrome - ChromeDriver 139.0.7258.68</li>
12+
<li>Chrome - ChromeDriver 139.0.7258.138</li>
1313
<li>Firefox - geckodriver 0.36.0</li>
1414
</ul>
1515

0 commit comments

Comments
 (0)