From df0668ec836224d1b127559d1834048a29729bf8 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:05:46 +0000 Subject: [PATCH] Webdriver Update ChromeDriver update to 129.0.6668.70 Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- addOns/webdrivers/webdriverlinux/CHANGELOG.md | 3 ++- .../webdriverlinux/resources/help/contents/webdriverlinux.html | 2 +- addOns/webdrivers/webdrivermacos/CHANGELOG.md | 3 ++- .../webdrivermacos/resources/help/contents/webdrivermacos.html | 2 +- addOns/webdrivers/webdrivers.gradle.kts | 2 +- addOns/webdrivers/webdriverwindows/CHANGELOG.md | 3 ++- .../resources/help/contents/webdriverwindows.html | 2 +- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/addOns/webdrivers/webdriverlinux/CHANGELOG.md b/addOns/webdrivers/webdriverlinux/CHANGELOG.md index 0193353525..a015558b57 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 129.0.6668.70. ## [104] - 2024-09-18 ### 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 ab4070b73f..d7a80a0b73 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 aa2137b503..5ddaaf8983 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 129.0.6668.70. ## [104] - 2024-09-18 ### 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 706dc98072..e9f4505118 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 4c96861dec..c93c84278a 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 = "129.0.6668.58" +val chromeDriverVersion = "129.0.6668.70" fun configureDownloadTask( outputDir: File, diff --git a/addOns/webdrivers/webdriverwindows/CHANGELOG.md b/addOns/webdrivers/webdriverwindows/CHANGELOG.md index a977891f41..74ac18175f 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 129.0.6668.70. ## [104] - 2024-09-18 ### 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 4e55bb9bbc..878033149a 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: