Skip to content

Commit 0eb01ed

Browse files
authored
[dotnet][rb][java][js][py] Automated Browser Version Update (#15701)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]>
1 parent 27017a8 commit 0eb01ed

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">0b3/linux-x86_64/en-US/firefox-139.0b3.tar.xz",
54-
sha256 = "8db541819ed4c06678e1678715c0d3f2cc43fba21c593dfc6a5f10c7674e98af",
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",
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">0b3/mac/en-US/Firefox%20139.0b3.dmg",
76-
sha256 = "a7433bb645cbef9dd123afe8856060dbf6afaa1bab06d14298ebbc7d35968984",
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",
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)