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 Nov 3, 2024
1 parent 0219666 commit 6bb0554
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 @@ -50,8 +50,8 @@ js_library(

http_archive(
name = "linux_beta_firefox",
url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b2/linux-x86_64/en-US/firefox-133.0b2.tar.bz2",
sha256 = "8f6806367d338095a0d8fc67f92f7314d2f520b4fe9455fc94cf9a417aa1ecb4",
url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b3/linux-x86_64/en-US/firefox-133.0b3.tar.bz2",
sha256 = "9a2c472c25984bb47b3b829120e44333feb15a5c34fb5552036bf3cb1b44b442",
build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
Expand All @@ -72,8 +72,8 @@ js_library(

dmg_archive(
name = "mac_beta_firefox",
url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b2/mac/en-US/Firefox%20133.0b2.dmg",
sha256 = "313a31899877a782c74b6f460a544407d828effb779c80c6f5ac8fca8e5cb872",
url = "https://ftp.mozilla.org/pub/firefox/releases/133.0b3/mac/en-US/Firefox%20133.0b3.dmg",
sha256 = "f370b6a99f1a3713d2a119f47ac378b9d96220a2dc0d1675a49094f15549b958",
build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
Expand Down Expand Up @@ -182,8 +182,8 @@ js_library(

http_archive(
name = "mac_edgedriver",
url = "https://msedgedriver.azureedge.net/130.0.2849.68/edgedriver_mac64.zip",
sha256 = "0320730b275a89afeca1aebedf98f2cea47422dbfd47f643f2fd968f84832dc5",
url = "https://msedgedriver.azureedge.net/130.0.2849.71/edgedriver_mac64.zip",
sha256 = "7de854c798721210ba95619475dd7b2d27c1b9ecf73ff033dfa14a9f9590b13a",
build_file_content = """
load("@aspect_rules_js//js:defs.bzl", "js_library")
package(default_visibility = ["//visibility:public"])
Expand Down

0 comments on commit 6bb0554

Please sign in to comment.