From 308d57c964b8275f58188a69e7ac1e79f6ce42d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:12:00 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.22.5 --- MODULE.bazel | 2 +- aws/repositories.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 0102bd1..a35fee0 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. # 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.22.5") bazel_dep(name = "bazel_skylib", version = "1.5.0") bazel_dep(name = "platforms", version = "1.0.0") bazel_dep(name = "rules_oci", version = "1.7.4") diff --git a/aws/repositories.bzl b/aws/repositories.bzl index 69650d5..299a00f 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 = "94e192033ca8027f26de71c9000a67ef9c73695c2b88e2c559045170917ead0c", + strip_prefix = "bazel-lib-2.22.5", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.22.5/bazel-lib-v2.22.5.tar.gz", ) ########