Skip to content

Commit

Permalink
Update pinned browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed May 3, 2024
1 parent c114dbd commit d42776a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions common/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ js_library(

deb_archive(
name = "linux_edge",
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_124.0.2478.67-1_amd64.deb",
sha256 = "3d12f66a279b0a82b478625696f23e1ac935e0596d57e19a41da232ee0c58a65",
url = "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_124.0.2478.80-1_amd64.deb",
sha256 = "a7eb75d95730c520eec998f755fcc427a9b4ac6a150bbb267b21e8383b6dc105",
build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
Expand All @@ -165,8 +165,8 @@ js_library(

http_archive(
name = "linux_edgedriver",
url = "https://msedgedriver.azureedge.net/124.0.2478.67/edgedriver_linux64.zip",
sha256 = "25a169807beb4fc2485cf601f04c76cfffcc2c1e23a875941bc8aa41bee0587c",
url = "https://msedgedriver.azureedge.net/124.0.2478.80/edgedriver_linux64.zip",
sha256 = "4c9192c8e42ac1e1d779784ba95a0b28807cc75ae1be07be740f40bc20410670",
build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
Expand All @@ -182,8 +182,8 @@ js_library(

http_archive(
name = "mac_edgedriver",
url = "https://msedgedriver.azureedge.net/124.0.2478.67/edgedriver_mac64.zip",
sha256 = "571d910bc662e2dfcf10e47cf40d11f76568b893abbde877f2beb487693ed983",
url = "https://msedgedriver.azureedge.net/124.0.2478.80/edgedriver_mac64.zip",
sha256 = "686e8064653dcd716a29ccb773dacf82ff70ce98c42fd4be31e501036e544e74",
build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
Expand Down

0 comments on commit d42776a

Please sign in to comment.