diff --git a/tests/WORKSPACE b/tests/WORKSPACE index ad079153..93ea6b38 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -23,9 +23,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_bazel_lib", - sha256 = "53cadea9109e646a93ed4dc90c9bbcaa8073c7c3df745b92f6a5000daf7aa3da", - strip_prefix = "bazel-lib-2.21.2", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.21.2/bazel-lib-v2.21.2.tar.gz", + sha256 = "6fd3b1e1a38ca744f9664be4627ced80895c7d2ee353891c172f1ab61309c933", + strip_prefix = "bazel-lib-3.0.0", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v3.0.0/bazel-lib-v3.0.0.tar.gz", ) http_archive(