Skip to content

Commit 7a40d23

Browse files
selenium-cidiemol
andauthored
[dotnet][rb][java][js][py] Automated Browser Version Update (SeleniumHQ#15708)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent 80a8879 commit 7a40d23

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

common/repositories.bzl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ js_library(
199199

200200
http_archive(
201201
name = "linux_chrome",
202-
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">49/linux64/chrome-linux64.zip",
203-
sha256 = "cceec137ebf1d66cdee7966c05311cc7f200a0172d012925763c151bdca90edd",
202+
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">92/linux64/chrome-linux64.zip",
203+
sha256 = "c98775f3f17ad7368e6c08b3254f8345a90179fb10321c980e8a6e7426b6761f",
204204
build_file_content = """
205205
load("@aspect_rules_js//js:defs.bzl", "js_library")
206206
package(default_visibility = ["//visibility:public"])
@@ -221,8 +221,8 @@ js_library(
221221

222222
http_archive(
223223
name = "mac_chrome",
224-
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">49/mac-x64/chrome-mac-x64.zip",
225-
sha256 = "461b547a323784a1ac315fbf387dcbe777199d809c54ea8a0f635010538aaa76",
224+
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">92/mac-x64/chrome-mac-x64.zip",
225+
sha256 = "eb2b36e4d07f7918766de16dca515b9dd122c74a27af91adf9443fdd20bf7c15",
226226
strip_prefix = "chrome-mac-x64",
227227
patch_cmds = [
228228
"mv 'Google Chrome for Testing.app' Chrome.app",
@@ -243,8 +243,8 @@ js_library(
243243

244244
http_archive(
245245
name = "linux_chromedriver",
246-
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">49/linux64/chromedriver-linux64.zip",
247-
sha256 = "d9b388d8dc609f89332662a824899a0ed702a26c8dfd824e9a24a4e5fa44a197",
246+
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">92/linux64/chromedriver-linux64.zip",
247+
sha256 = "69be66bd096f895227928e14b964dbbca57ca2eeed111ea8601e43b3ca31c382",
248248
strip_prefix = "chromedriver-linux64",
249249
build_file_content = """
250250
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -261,8 +261,8 @@ js_library(
261261

262262
http_archive(
263263
name = "mac_chromedriver",
264-
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">49/mac-x64/chromedriver-mac-x64.zip",
265-
sha256 = "ba9ce908dc76c0ae6a3ac9976a0f820247e48fca2b0c9a183dfed901ed16f157",
264+
url = "https://storage.googleapis.com/chrome-for-testing-public/136.0.7103.%3Cspan%20class="x x-first x-last">92/mac-x64/chromedriver-mac-x64.zip",
265+
sha256 = "3c8ef934f9a37f23081f24fc4354ea37ad08202cc3cca157380bf6524c5bc6ec",
266266
strip_prefix = "chromedriver-mac-x64",
267267
build_file_content = """
268268
load("@aspect_rules_js//js:defs.bzl", "js_library")

0 commit comments

Comments
 (0)