From bcfb2cebb7f593d2f8dacccf11f90cdb43bd456a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:02 +0000 Subject: [PATCH] selenium: Update to version 4.1.0 --- bucket/selenium.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/selenium.json b/bucket/selenium.json index b0b24168f6..14646d8930 100644 --- a/bucket/selenium.json +++ b/bucket/selenium.json @@ -1,5 +1,5 @@ { - "version": "4.0.0", + "version": "4.1.0", "description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances", "homepage": "https://selenium.dev", "license": "Apache-2.0", @@ -9,8 +9,8 @@ "java/oraclejdk" ] }, - "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/selenium-server-4.0.0.jar#/selenium.jar", - "hash": "0e381d119e59c511c62cfd350e79e4150df5e29ff6164dde03631e60072261a5", + "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.0.jar#/selenium.jar", + "hash": "5f6701edf43b557495292fa032d6c1f31f0d0aa2f6cf71f844fb8b30775641fe", "bin": "selenium.jar", "checkver": { "github": "https://github.com/SeleniumHQ/selenium",