Skip to content

Commit 71c9f60

Browse files
authored
[dotnet][rb][java][js][py] Automated Browser Version Update (#17299)
Update pinned browser versions Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
1 parent fa5b814 commit 71c9f60

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/150.0b4/linux-x86_64/en-US/firefox-150.0b4.tar.xz",
54-
sha256 = "6b443f3974324c3e9b19809a98434a16da73240d7caba57ab182b938059a09c7",
53+
url = "https://ftp.mozilla.org/pub/firefox/releases/150.0b5/linux-x86_64/en-US/firefox-150.0b5.tar.xz",
54+
sha256 = "7ac86a240a875fe0d0b22d6e766755a3d2766ce3b9936620de4b8661deb12592",
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/150.0b4/mac/en-US/Firefox%20150.0b4.dmg",
76-
sha256 = "fc78c4bd0cacba6f425e118ac5423e1587fe4ed7977c1fa683ba3ece1127ac19",
75+
url = "https://ftp.mozilla.org/pub/firefox/releases/150.0b5/mac/en-US/Firefox%20150.0b5.dmg",
76+
sha256 = "2cb3e0868179c7c264979c4db1120853da5c3ab3996b2ae4900da8cee4048de6",
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)