Skip to content

Commit 189f556

Browse files
[dotnet][rb][java][js][py] Automated Browser Version Update (#16521)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Navin Chandra <[email protected]>
1 parent 2e0d0e5 commit 189f556

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/145.0b6/linux-x86_64/en-US/firefox-145.0b6.tar.xz",
54-
sha256 = "661732f5dc7b3068b73cd28b38db094cf60f77d233ce6949ce604beffce20856",
53+
url = "https://ftp.mozilla.org/pub/firefox/releases/145.0b7/linux-x86_64/en-US/firefox-145.0b7.tar.xz",
54+
sha256 = "7d672485d8162480b23d86bb2042e6476ce70020e6a406964ac78e1012495167",
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/145.0b6/mac/en-US/Firefox%20145.0b6.dmg",
76-
sha256 = "cbd701f0312cd6893577dfaae03c150eb83232deb952780e4b16dbe912bfba5d",
75+
url = "https://ftp.mozilla.org/pub/firefox/releases/145.0b7/mac/en-US/Firefox%20145.0b7.dmg",
76+
sha256 = "d0e665953c0fcbb858dc3742f8f5aba2ad75eee3b38d7b9403e3a33fe7233fb1",
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)