Skip to content

Commit 085ad4d

Browse files
selenium-cidiemol
andauthored
[dotnet][rb][java][js][py] Automated Browser Version Update (#13546)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent c616197 commit 085ad4d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

common/repositories.bzl

Lines changed: 11 additions & 11 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.0b6/linux-x86_64/en-US/firefox-123.0b6.tar.bz2",
38-
sha256 = "3258832925e633dc84670888053a46466854b4216b57691b4967eca645cda89f",
37+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b7/linux-x86_64/en-US/firefox-123.0b7.tar.bz2",
38+
sha256 = "05de0ab4a48c7a2c798172f68a11ba249785f60be97c6729b269dffa78328e12",
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.0b6/mac/en-US/Firefox%20123.0b6.dmg",
55-
sha256 = "28ab99fad5b12a40019685535b339867ecb00e0cf9a05597585ea2a22852f458",
54+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b7/mac/en-US/Firefox%20123.0b7.dmg",
55+
sha256 = "f598649bae4035bcf5f003b2faf1810d972898da63fff27b13cff8f0fd9e50a7",
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.0b6/linux-x86_64/en-US/firefox-123.0b6.tar.bz2",
62-
sha256 = "3258832925e633dc84670888053a46466854b4216b57691b4967eca645cda89f",
61+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b7/linux-x86_64/en-US/firefox-123.0b7.tar.bz2",
62+
sha256 = "05de0ab4a48c7a2c798172f68a11ba249785f60be97c6729b269dffa78328e12",
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.0b6/mac/en-US/Firefox%20123.0b6.dmg",
79-
sha256 = "28ab99fad5b12a40019685535b339867ecb00e0cf9a05597585ea2a22852f458",
78+
url = "https://ftp.mozilla.org/pub/firefox/releases/123.0b7/mac/en-US/Firefox%20123.0b7.dmg",
79+
sha256 = "f598649bae4035bcf5f003b2faf1810d972898da63fff27b13cff8f0fd9e50a7",
8080
build_file_content = "exports_files([\"Firefox.app\"])",
8181
)
8282

@@ -96,10 +96,10 @@ exports_files(
9696

9797
pkg_archive(
9898
name = "mac_edge",
99-
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/878f0024-e124-493e-b260-e8bad552180e/MicrosoftEdge-121.0.2277.98.pkg",
100-
sha256 = "a9da29bf26374b09dda8ae89e1c199c07e73a4eb9082a20dcb0a7b0888d38781",
99+
url = "https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/d6fb84d9-f938-4de1-a97f-b3e346a924be/MicrosoftEdge-121.0.2277.106.pkg",
100+
sha256 = "b295496582213abecc4f12e29162a5998d8f47881ba9d9e0927cfe5fc6c0c9cd",
101101
move = {
102-
"MicrosoftEdge-121.0.2277.98.pkg/Payload/Microsoft Edge.app": "Edge.app",
102+
"MicrosoftEdge-121.0.2277.106.pkg/Payload/Microsoft Edge.app": "Edge.app",
103103
},
104104
build_file_content = "exports_files([\"Edge.app\"])",
105105
)

0 commit comments

Comments
 (0)