From 286723e5f46baeb019c6be0ebb9f6c23a9bddbe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:39:58 +0000 Subject: [PATCH] chore: update dependency aspect_bazel_lib to v2.9.0 --- repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories.bzl b/repositories.bzl index c00019a8cb..f8fde58d47 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "688354ee6beeba7194243d73eb0992b9a12e8edeeeec5b6544f4b531a3112237", - strip_prefix = "bazel-lib-2.8.1", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.1/bazel-lib-v2.8.1.tar.gz", + sha256 = "da67c6a785cdc10faf960a22c44501fe6be357a6ebd2bd6101560f9c2a9e06b3", + strip_prefix = "bazel-lib-2.9.0", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.0/bazel-lib-v2.9.0.tar.gz", ) http_archive(