diff --git a/addOns/webdrivers/webdriverlinux/CHANGELOG.md b/addOns/webdrivers/webdriverlinux/CHANGELOG.md index 817d456ac54..40368c9ab0d 100644 --- a/addOns/webdrivers/webdriverlinux/CHANGELOG.md +++ b/addOns/webdrivers/webdriverlinux/CHANGELOG.md @@ -4,7 +4,8 @@ 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 ChromeDriver to 128.0.6613.137. ## [102] - 2024-09-03 ### Changed diff --git a/addOns/webdrivers/webdriverlinux/src/main/javahelp/org/zaproxy/zap/extension/webdriverlinux/resources/help/contents/webdriverlinux.html b/addOns/webdrivers/webdriverlinux/src/main/javahelp/org/zaproxy/zap/extension/webdriverlinux/resources/help/contents/webdriverlinux.html index 1b75ab66091..0bd8d518583 100644 --- a/addOns/webdrivers/webdriverlinux/src/main/javahelp/org/zaproxy/zap/extension/webdriverlinux/resources/help/contents/webdriverlinux.html +++ b/addOns/webdrivers/webdriverlinux/src/main/javahelp/org/zaproxy/zap/extension/webdriverlinux/resources/help/contents/webdriverlinux.html @@ -9,7 +9,7 @@

Linux WebDrivers

The Linux WebDrivers add-on provides WebDrivers for the following browsers:

diff --git a/addOns/webdrivers/webdrivermacos/CHANGELOG.md b/addOns/webdrivers/webdrivermacos/CHANGELOG.md index 487d6234dd9..b8f4b83e7c5 100644 --- a/addOns/webdrivers/webdrivermacos/CHANGELOG.md +++ b/addOns/webdrivers/webdrivermacos/CHANGELOG.md @@ -4,7 +4,8 @@ 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 ChromeDriver to 128.0.6613.137. ## [102] - 2024-09-03 ### Changed diff --git a/addOns/webdrivers/webdrivermacos/src/main/javahelp/org/zaproxy/zap/extension/webdrivermacos/resources/help/contents/webdrivermacos.html b/addOns/webdrivers/webdrivermacos/src/main/javahelp/org/zaproxy/zap/extension/webdrivermacos/resources/help/contents/webdrivermacos.html index 14735d7a3f0..f1962fe22db 100644 --- a/addOns/webdrivers/webdrivermacos/src/main/javahelp/org/zaproxy/zap/extension/webdrivermacos/resources/help/contents/webdrivermacos.html +++ b/addOns/webdrivers/webdrivermacos/src/main/javahelp/org/zaproxy/zap/extension/webdrivermacos/resources/help/contents/webdrivermacos.html @@ -9,7 +9,7 @@

MacOS WebDrivers

The MacOS WebDrivers add-on provides WebDrivers for the following browsers:

diff --git a/addOns/webdrivers/webdrivers.gradle.kts b/addOns/webdrivers/webdrivers.gradle.kts index 3e2c7dc146a..d2fb4c8e1ef 100644 --- a/addOns/webdrivers/webdrivers.gradle.kts +++ b/addOns/webdrivers/webdrivers.gradle.kts @@ -6,7 +6,7 @@ import org.zaproxy.gradle.tasks.DownloadWebDriver description = "Common configuration of the WebDriver add-ons." val geckodriverVersion = "0.35.0" -val chromeDriverVersion = "128.0.6613.119" +val chromeDriverVersion = "128.0.6613.137" fun configureDownloadTask( outputDir: File, diff --git a/addOns/webdrivers/webdriverwindows/CHANGELOG.md b/addOns/webdrivers/webdriverwindows/CHANGELOG.md index 1c310f57db7..262fd0355da 100644 --- a/addOns/webdrivers/webdriverwindows/CHANGELOG.md +++ b/addOns/webdrivers/webdriverwindows/CHANGELOG.md @@ -4,7 +4,8 @@ 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 ChromeDriver to 128.0.6613.137. ## [102] - 2024-09-03 ### Changed diff --git a/addOns/webdrivers/webdriverwindows/src/main/javahelp/org/zaproxy/zap/extension/webdriverwindows/resources/help/contents/webdriverwindows.html b/addOns/webdrivers/webdriverwindows/src/main/javahelp/org/zaproxy/zap/extension/webdriverwindows/resources/help/contents/webdriverwindows.html index 48beb5490aa..8af9f51ad2c 100644 --- a/addOns/webdrivers/webdriverwindows/src/main/javahelp/org/zaproxy/zap/extension/webdriverwindows/resources/help/contents/webdriverwindows.html +++ b/addOns/webdrivers/webdriverwindows/src/main/javahelp/org/zaproxy/zap/extension/webdriverwindows/resources/help/contents/webdriverwindows.html @@ -9,7 +9,7 @@

Windows WebDrivers

The Windows WebDrivers add-on provides WebDrivers for the following browsers: