From 700a9fec0b4c25faf31adba07eb9de670b426951 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:32:10 +0000 Subject: [PATCH] chromedriver: Update to version 107.0.5304.62 --- bucket/chromedriver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index 415e57e76d..6d53cb58a1 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,10 +1,10 @@ { - "version": "106.0.5249.61", + "version": "107.0.5304.62", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", - "url": "https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_win32.zip", - "hash": "md5:a8fdc7ff930fbc32a817ea67ddd01377", + "url": "https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_win32.zip", + "hash": "md5:a5040d2731fe174c9a7b026edb3fe271", "bin": "chromedriver.exe", "checkver": "stable.*?([\\d.]+)<", "autoupdate": {