From 39a6dad4e935eed4f48c5ae044a1b82ea1492084 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 00:33:21 +0000 Subject: [PATCH] selenium: Update to version 4.3.0 --- bucket/selenium.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/selenium.json b/bucket/selenium.json index 26152ec25f..e034f49ffc 100644 --- a/bucket/selenium.json +++ b/bucket/selenium.json @@ -1,13 +1,13 @@ { - "version": "4.2.0", + "version": "4.3.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", "suggest": { "JDK": "java/openjdk" }, - "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.2.0/selenium-server-4.2.0.jar#/selenium.jar", - "hash": "db884837f93950d664411d4b9e63e5009983cfbc2ce42667e33093c361021049", + "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-server-4.3.0.jar#/selenium.jar", + "hash": "511585038ff9447e92163bc0da8f49bfa52474698cb738f4c2e63c32f30d0626", "bin": "selenium.jar", "checkver": { "github": "https://github.com/SeleniumHQ/selenium",