Skip to content

Commit f8d3c5d

Browse files
authored
[dotnet][rb][java][js][py] Automated Browser Version Update (SeleniumHQ#15719)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]>
1 parent 709611e commit f8d3c5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ js_library(
5050

5151
http_archive(
5252
name = "linux_beta_firefox",
53-
url = "https://ftp.mozilla.org/pub/firefox/releases/139.%3Cspan%20class="x x-first x-last">0b4/linux-x86_64/en-US/firefox-139.0b4.tar.xz",
54-
sha256 = "21bfb99fe445e64ad8fb86822fd6d77c9c0d387530b787f3c3fc99b97723d664",
53+
url = "https://ftp.mozilla.org/pub/firefox/releases/139.%3Cspan%20class="x x-first x-last">0b5/linux-x86_64/en-US/firefox-139.0b5.tar.xz",
54+
sha256 = "5ff7ed52bf658b78b80595629096f12a16951ebb702da9a0dce9b02b14421976",
5555
build_file_content = """
5656
load("@aspect_rules_js//js:defs.bzl", "js_library")
5757
package(default_visibility = ["//visibility:public"])
@@ -72,8 +72,8 @@ js_library(
7272

7373
dmg_archive(
7474
name = "mac_beta_firefox",
75-
url = "https://ftp.mozilla.org/pub/firefox/releases/139.%3Cspan%20class="x x-first x-last">0b4/mac/en-US/Firefox%20139.0b4.dmg",
76-
sha256 = "c61d0fe161c6cb778a3e564f4cffa70cc7fb6bb5770586fa66c7db8ab9c31cf1",
75+
url = "https://ftp.mozilla.org/pub/firefox/releases/139.%3Cspan%20class="x x-first x-last">0b5/mac/en-US/Firefox%20139.0b5.dmg",
76+
sha256 = "c0c4cb22c32298f4d3199162326937a13700a9330b8f9840bf21ada5fcc41638",
7777
build_file_content = """
7878
load("@aspect_rules_js//js:defs.bzl", "js_library")
7979
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)