From 45b9ceea85f42b1a8406ab2b9f44e2898c2c99a8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 May 2020 19:01:48 +0000 Subject: [PATCH] chromedriver: Update to version 83.0.4103.39 --- bucket/chromedriver.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index e52058f168..6d128e987b 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,10 +1,10 @@ { - "version": "81.0.4044.138", + "version": "83.0.4103.39", "homepage": "https://chromedriver.chromium.org/", "description": "An open source tool for automated testing of webapps across many browsers", "license": "BSD-3-Clause", - "url": "https://chromedriver.storage.googleapis.com/81.0.4044.138/chromedriver_win32.zip", - "hash": "md5:d19aef5daf9dbaeac152d27066285a7b", + "url": "https://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_win32.zip", + "hash": "md5:437630bbad9193f71af596bda21155ae", "bin": "chromedriver.exe", "checkver": "stable.*?([\\d.]+)<", "autoupdate": {