Skip to content

Commit 16796db

Browse files
authored
[dotnet][rb][java][js][py] Automated Browser Version Update (#13798)
Update pinned browser versions Co-authored-by: Selenium CI Bot <[email protected]>
1 parent ad92541 commit 16796db

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
@@ -114,8 +114,8 @@ exports_files(
114114

115115
http_archive(
116116
name = "linux_chrome",
117-
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105/linux64/chrome-linux64.zip",
118-
sha256 = "a83f7386d537f4bcc7560aa9b7eef2c800454b5f8f585b20983e97e799e02699",
117+
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/linux64/chrome-linux64.zip",
118+
sha256 = "97d7925c795786f235f86973d1f60a70ad9613e96b22fee084720b3c6ba0701b",
119119
build_file_content = """
120120
filegroup(
121121
name = "files",
@@ -131,8 +131,8 @@ exports_files(
131131

132132
http_archive(
133133
name = "mac_chrome",
134-
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105/mac-x64/chrome-mac-x64.zip",
135-
sha256 = "7d421ae75b41af18947d2d20c2fad5b5bef2026e95c473fb0abd923d69d90bb1",
134+
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/mac-x64/chrome-mac-x64.zip",
135+
sha256 = "ae8ea050c05ed4956cf02031ea1866eeddabf020fa4dd22bffa2ddae444a993e",
136136
strip_prefix = "chrome-mac-x64",
137137
patch_cmds = [
138138
"mv 'Google Chrome for Testing.app' Chrome.app",
@@ -143,16 +143,16 @@ exports_files(
143143

144144
http_archive(
145145
name = "linux_chromedriver",
146-
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105/linux64/chromedriver-linux64.zip",
147-
sha256 = "5d98acbb7860bbeb2a9de3d1c8076358f8cc9f5274564fceb9c26537f7b268f0",
146+
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/linux64/chromedriver-linux64.zip",
147+
sha256 = "8a29aadfb75c11c636b2e5bbddaea58601ee35aa2ab736c06421e440ff6ba3f6",
148148
strip_prefix = "chromedriver-linux64",
149149
build_file_content = "exports_files([\"chromedriver\"])",
150150
)
151151

152152
http_archive(
153153
name = "mac_chromedriver",
154-
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.105/mac-x64/chromedriver-mac-x64.zip",
155-
sha256 = "ff343613d6fd11aa31fffd3fe3c71bcc8a9b2a47ee4b9d6d24206921b77498a8",
154+
url = "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.122/mac-x64/chromedriver-mac-x64.zip",
155+
sha256 = "3e62d5fbe14ae9a0af76134d85bd9902644bba6afe55116f37eec807289e1199",
156156
strip_prefix = "chromedriver-mac-x64",
157157
build_file_content = "exports_files([\"chromedriver\"])",
158158
)

0 commit comments

Comments
 (0)