From fac531955fa442eacad82e2ee1a9f5cbbbce36e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:12:43 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.9.4 --- MODULE.bazel | 2 +- aws/repositories.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 1b434a2..2f8ac15 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,7 +9,7 @@ module( # Lower-bound dependency versions. # Do not change unless the rules no longer work with the current version. # Needed for #804 Use statically-linked bsdtar on all platforms -bazel_dep(name = "aspect_bazel_lib", version = "2.6.1") +bazel_dep(name = "aspect_bazel_lib", version = "2.9.4") bazel_dep(name = "bazel_skylib", version = "1.5.0") bazel_dep(name = "platforms", version = "0.0.8") bazel_dep(name = "rules_oci", version = "1.7.4") diff --git a/aws/repositories.bzl b/aws/repositories.bzl index 9fd8c35..c160f09 100644 --- a/aws/repositories.bzl +++ b/aws/repositories.bzl @@ -31,9 +31,9 @@ def rules_aws_dependencies(): ) http_archive( name = "aspect_bazel_lib", - sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d", - strip_prefix = "bazel-lib-2.5.3", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3/bazel-lib-v2.5.3.tar.gz", + sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3", + strip_prefix = "bazel-lib-2.9.4", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz", ) ########