From 68bf0e65fa6c83bab8e978e5116216ed954bbc14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 00:29:07 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib --- MODULE.bazel | 2 +- aws/repositories.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4744f56..6705322 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,7 +8,7 @@ module( # Lower-bound dependency versions. # Do not change unless the rules no longer work with the current version. -bazel_dep(name = "aspect_bazel_lib", version = "2.5.3") +bazel_dep(name = "aspect_bazel_lib", version = "2.7.1") 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..4163a0d 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 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce", + strip_prefix = "bazel-lib-2.7.2", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz", ) ########