Skip to content

Commit 359c309

Browse files
authored
[dotnet][rb][java][js][py] Automated Browser Version Update (#16195)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]>
1 parent 5f276f0 commit 359c309

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
@@ -165,8 +165,8 @@ js_library(
165165

166166
http_archive(
167167
name = "linux_edgedriver",
168-
url = "https://msedgedriver.microsoft.com/139.0.3405.86/edgedriver_linux64.zip",
169-
sha256 = "49ce29de50f9ac418a3a2416708a5563215b8412b27d3e505f3c859fc6ffba12",
168+
url = "https://msedgedriver.microsoft.com/139.0.3405.102/edgedriver_linux64.zip",
169+
sha256 = "e092178901c011ccfddc0556193742a01f206d71b5bb1a12cc1ba7a243262fc2",
170170
build_file_content = """
171171
load("@aspect_rules_js//js:defs.bzl", "js_library")
172172
package(default_visibility = ["//visibility:public"])
@@ -182,8 +182,8 @@ js_library(
182182

183183
http_archive(
184184
name = "mac_edgedriver",
185-
url = "https://msedgedriver.microsoft.com/139.0.3405.86/edgedriver_mac64.zip",
186-
sha256 = "b6c8244dfb7b8a223d3ac8fd569533f0a307eadaca2b8cbc884ce7f69294682e",
185+
url = "https://msedgedriver.microsoft.com/139.0.3405.102/edgedriver_mac64.zip",
186+
sha256 = "98aa637081061ea610c1f70be09fdea6b5f5b3a46c94a87ca291e2285bad1328",
187187
build_file_content = """
188188
load("@aspect_rules_js//js:defs.bzl", "js_library")
189189
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)