Skip to content

Commit 4e745b7

Browse files
committed
[bazel] Roll pinned chrome version
1 parent 5a4dfe5 commit 4e745b7

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
@@ -72,8 +72,8 @@ exports_files(
7272

7373
http_archive(
7474
name = "linux_chrome",
75-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1121435/chrome-linux.zip",
76-
sha256 = "10b4f9e1d4c5d3985b2127a8d771f6f9aacb2b49a2104bd72e0627ffe713718d",
75+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1135542/chrome-linux.zip",
76+
sha256 = "2f81ebe4389d7ca6f4e0b9b4065b87e163a94f710a12cef77033c4cb90b8be94",
7777
build_file_content = """
7878
filegroup(
7979
name = "files",
@@ -89,22 +89,22 @@ exports_files(
8989

9090
http_archive(
9191
name = "mac_chrome",
92-
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/1121435/chrome-mac.zip",
93-
sha256 = "472db714979bf7148a629a13f2c561a919c29c129dfbd697824bba9ea8429042",
92+
url = "https://storage.googleapis.com/chromium-browser-snapshots/Mac/1135542/chrome-mac.zip",
93+
sha256 = "9a3b8c4d26028bb0bfaea5176703c093a812d36f93dd2c5b795d5addc6c4ce2d",
9494
strip_prefix = "chrome-mac",
9595
build_file_content = "exports_files([\"Chromium.app\"])",
9696
)
9797

9898
http_archive(
9999
name = "linux_chromedriver",
100-
url = "https://chromedriver.storage.googleapis.com/113.0.5672.63/chromedriver_linux64.zip",
101-
sha256 = "126151e17b5e42a39d6945f1df2b675d08ad2c79b469a84ecca3aa32f9b9a127",
100+
url = "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip",
101+
sha256 = "a7787ef8b139170cab4abfca4a0284fd5d006bfd979624b4af25b64d583a6f44",
102102
build_file_content = "exports_files([\"chromedriver\"])",
103103
)
104104

105105
http_archive(
106106
name = "mac_chromedriver",
107-
url = "https://chromedriver.storage.googleapis.com/113.0.5672.63/chromedriver_mac64.zip",
108-
sha256 = "26c6be21536fe91e8972b5ddf1e8fccee6f07792f74270c599d0457a663d6dc1",
107+
url = "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64.zip",
108+
sha256 = "6abdc9d358c2bc4668bef7b23048de2a9dbd3ad82cfbc6dfe322e74d4cff1650",
109109
build_file_content = "exports_files([\"chromedriver\"])",
110110
)

0 commit comments

Comments
 (0)