Skip to content

Commit 9d01f11

Browse files
committed
[build] Using MSEdgeDriver 127.0.2651.72 for the build
1 parent 7833dc0 commit 9d01f11

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

common/repositories.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ js_library(
142142

143143
http_archive(
144144
name = "linux_edgedriver",
145-
url = "https://msedgedriver.azureedge.net/127.0.2651.74/edgedriver_linux64.zip",
146-
sha256 = "e6cb5d1a177cf4975efbf4b0868cc5de002d0e534611706c965008f78c28f5ae",
145+
url = "https://msedgedriver.azureedge.net/127.0.2651.72/edgedriver_linux64.zip",
146+
sha256 = "d549371e14bd6f3522d58ba88328cc411af86146b48f923fb9a9072569032103",
147147
build_file_content = """
148148
load("@aspect_rules_js//js:defs.bzl", "js_library")
149149
package(default_visibility = ["//visibility:public"])
@@ -159,8 +159,8 @@ js_library(
159159

160160
http_archive(
161161
name = "mac_edgedriver",
162-
url = "https://msedgedriver.azureedge.net/127.0.2651.74/edgedriver_mac64.zip",
163-
sha256 = "2ec351cb1d4d3838b1c0917a513d14282560cd90b7b376d665cf981546274525",
162+
url = "https://msedgedriver.azureedge.net/127.0.2651.72/edgedriver_mac64.zip",
163+
sha256 = "bf409629b5a0e741048bb825dfe41a2327e2a90640e06c755c4df65596a569f0",
164164
build_file_content = """
165165
load("@aspect_rules_js//js:defs.bzl", "js_library")
166166
package(default_visibility = ["//visibility:public"])
@@ -176,8 +176,8 @@ js_library(
176176

177177
http_archive(
178178
name = "linux_chrome",
179-
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/linux64/chrome-linux64.zip",
180-
sha256 = "9ea898023336c4e5e0719fbe3cfc52caeaa93b1db51c8638178490b7a82e8146",
179+
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.88/linux64/chrome-linux64.zip",
180+
sha256 = "20e2000334f8cefa115ad3e2c55d6ad0e3e254be33a5fd0b9178c3d1a9c78ba9",
181181
build_file_content = """
182182
load("@aspect_rules_js//js:defs.bzl", "js_library")
183183
package(default_visibility = ["//visibility:public"])
@@ -198,8 +198,8 @@ js_library(
198198

199199
http_archive(
200200
name = "mac_chrome",
201-
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/mac-x64/chrome-mac-x64.zip",
202-
sha256 = "40d4c456d221e762859e82c1b5844fbfe86aedb2818d75f6094967382fbe72e7",
201+
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.88/mac-x64/chrome-mac-x64.zip",
202+
sha256 = "91a010d846597e068f63b0d6ebb56f6a242ced697bc2b8375e22a24fc668582a",
203203
strip_prefix = "chrome-mac-x64",
204204
patch_cmds = [
205205
"mv 'Google Chrome for Testing.app' Chrome.app",
@@ -220,8 +220,8 @@ js_library(
220220

221221
http_archive(
222222
name = "linux_chromedriver",
223-
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/linux64/chromedriver-linux64.zip",
224-
sha256 = "a7971098c76d7bb4df4cfa2183eae922ccb2624d4e29235bd01c1a316987b82a",
223+
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.88/linux64/chromedriver-linux64.zip",
224+
sha256 = "d603382aacda709d775f9366067da15ba2ff6bbccddb5ad264193a6b42230a8c",
225225
strip_prefix = "chromedriver-linux64",
226226
build_file_content = """
227227
load("@aspect_rules_js//js:defs.bzl", "js_library")
@@ -238,8 +238,8 @@ js_library(
238238

239239
http_archive(
240240
name = "mac_chromedriver",
241-
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/mac-x64/chromedriver-mac-x64.zip",
242-
sha256 = "73f94c90e7685bfb57e7ba2997fc1e24687f8b251e4d31795de8ecec8a40f908",
241+
url = "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.88/mac-x64/chromedriver-mac-x64.zip",
242+
sha256 = "056f37a603c988ac5d4352b8fbc28c0c606abd1f89de2fbc01998a7e76129969",
243243
strip_prefix = "chromedriver-mac-x64",
244244
build_file_content = """
245245
load("@aspect_rules_js//js:defs.bzl", "js_library")

0 commit comments

Comments
 (0)