diff --git a/WORKSPACE b/WORKSPACE index 4ac2651..a5af17e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -56,9 +56,9 @@ http_archive( http_archive( name = "aspect_bazel_lib", - sha256 = "6d758a8f646ecee7a3e294fbe4386daafbe0e5966723009c290d493f227c390b", - strip_prefix = "bazel-lib-2.7.7", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.7/bazel-lib-v2.7.7.tar.gz", + sha256 = "94e192033ca8027f26de71c9000a67ef9c73695c2b88e2c559045170917ead0c", + strip_prefix = "bazel-lib-2.22.5", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.22.5/bazel-lib-v2.22.5.tar.gz", ) load("//mirror:repositories.bzl", "rules_mirror_dependencies")