Skip to content

Commit 57540d1

Browse files
authored
Automated Browser Version Update (#13523)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]>
1 parent 6dc4d57 commit 57540d1

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
@@ -34,8 +34,8 @@ exports_files(
3434

3535
http_archive(
3636
name = "linux_beta_firefox",
37-
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3/linux-x86_64/en-US/firefox-123.0b3.tar.bz2",
38-
sha256 = "496be0e58074ce544a00fce8e67c36db685590f5ecc0319c8388fdda0b9f0dd0",
37+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b5/linux-x86_64/en-US/firefox-123.0b5.tar.bz2",
38+
sha256 = "af65e0ebec0604e5b3b0ef10bf09ebae8926fbd9305bbaa437295507193753de",
3939
build_file_content = """
4040
filegroup(
4141
name = "files",
@@ -51,15 +51,15 @@ exports_files(
5151

5252
dmg_archive(
5353
name = "mac_beta_firefox",
54-
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3/mac/en-US/Firefox%20123.0b3.dmg",
55-
sha256 = "ba06728492cbe18f1194cf7cd5e9ee3ad271cda5ae9e2f845851691911b72a84",
54+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b5/mac/en-US/Firefox%20123.0b5.dmg",
55+
sha256 = "3eed1925991c3e2f7e60321a501f451b1e33709334e37dea6139d90e67d9fd1a",
5656
build_file_content = "exports_files([\"Firefox.app\"])",
5757
)
5858

5959
http_archive(
6060
name = "linux_dev_firefox",
61-
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3/linux-x86_64/en-US/firefox-123.0b3.tar.bz2",
62-
sha256 = "496be0e58074ce544a00fce8e67c36db685590f5ecc0319c8388fdda0b9f0dd0",
61+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b5/linux-x86_64/en-US/firefox-123.0b5.tar.bz2",
62+
sha256 = "af65e0ebec0604e5b3b0ef10bf09ebae8926fbd9305bbaa437295507193753de",
6363
build_file_content = """
6464
filegroup(
6565
name = "files",
@@ -75,8 +75,8 @@ exports_files(
7575

7676
dmg_archive(
7777
name = "mac_dev_firefox",
78-
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b3/mac/en-US/Firefox%20123.0b3.dmg",
79-
sha256 = "ba06728492cbe18f1194cf7cd5e9ee3ad271cda5ae9e2f845851691911b72a84",
78+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b5/mac/en-US/Firefox%20123.0b5.dmg",
79+
sha256 = "3eed1925991c3e2f7e60321a501f451b1e33709334e37dea6139d90e67d9fd1a",
8080
build_file_content = "exports_files([\"Firefox.app\"])",
8181
)
8282

0 commit comments

Comments
 (0)