From 4068b83e3e3b531b48e237545e8fc89f006effed Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 5 Jun 2025 05:04:59 +0000 Subject: [PATCH] build: update dependency io_bazel_rules_webtesting to v0.4.0 See associated pull request for more information. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 162e63052d1f..48f6b4107abd 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -14,7 +14,7 @@ http_archive( http_archive( name = "io_bazel_rules_webtesting", sha256 = "e9abb7658b6a129740c0b3ef6f5a2370864e102a5ba5ffca2cea565829ed825a", - urls = ["https://github.com/bazelbuild/rules_webtesting/releases/download/0.3.5/rules_webtesting.tar.gz"], + urls = ["https://github.com/bazelbuild/rules_webtesting/releases/download/0.4.0/rules_webtesting.tar.gz"], ) http_archive(