From 0bcaa9de5ee9395f40b7ff8472d2c4fa1b63f33c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:06:59 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.9.2 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1626ec78..05b7d7f7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -50,9 +50,9 @@ stardoc_pinned_maven_install() http_archive( name = "aspect_bazel_lib", - sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0", - strip_prefix = "bazel-lib-2.9.1", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz", + sha256 = "0e31778f1fd574d2c05d238bfc4c785fa4b7e50a5ef38b506e01cfd8ec2fccb3", + strip_prefix = "bazel-lib-2.9.2", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.2/bazel-lib-v2.9.2.tar.gz", ) http_archive(