From c1c5ae57fcb9a90cab122bd38d5efc7e9e862e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 00:15:00 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.7.6 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7493e383..e39498a6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -50,9 +50,9 @@ stardoc_pinned_maven_install() http_archive( name = "aspect_bazel_lib", - sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226", - strip_prefix = "bazel-lib-2.7.3", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz", + sha256 = "b59781939f40c8bf148f4a71bd06e3027e15e40e98143ea5688b83531ec8528f", + strip_prefix = "bazel-lib-2.7.6", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.6/bazel-lib-v2.7.6.tar.gz", ) http_archive(