From a55f24d5af19b6a8408e529993bb8d9c03b754bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 00:36:25 +0000 Subject: [PATCH] chromedriver: Update to version 140.0.7339.185 --- bucket/chromedriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index 2238003582..9c3dc337f5 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,17 +1,17 @@ { - "version": "140.0.7339.82", + "version": "140.0.7339.185", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/win64/chromedriver-win64.zip", - "hash": "e04aeac80cc900f6dae4a7a2ae414d0935c1cec2cd2258f007b7e1fd632dcc6c", + "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.185/win64/chromedriver-win64.zip", + "hash": "71435de3bec5bc8d23446167255579daa893c8517e4e7a1498b10cc98d92df77", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.82/win32/chromedriver-win32.zip", - "hash": "0b56ad3e61c0fd6d9aeae1e2258e906dc184b2e8adb699ada5df5b0cbe08614a", + "url": "https://storage.googleapis.com/chrome-for-testing-public/140.0.7339.185/win32/chromedriver-win32.zip", + "hash": "9bf00b618a2b4abef71834ef4d89fb1b7568c1d6091a06b949176f841381495c", "extract_dir": "chromedriver-win32" } },