Skip to content

Commit b215682

Browse files
deps: Bump aspect_bazel_lib -> 3.0.0
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
1 parent c97cd05 commit b215682

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
176176
project_name = "Aspect Bazel helpers",
177177
project_desc = "Base Starlark libraries and basic Bazel rules which are useful for constructing rulesets and BUILD files",
178178
project_url = "https://github.com/aspect-build/bazel-lib",
179-
version = "2.16.0",
180-
sha256 = "092f841dd9ea8e736ea834f304877a25190a762d0f0a6c8edac9f94aac8bbf16",
179+
version = "3.0.0",
180+
sha256 = "622914a38966f7dec9b1200b40082bec4c4e19631a447da1b62208f3f55debfb",
181181
strip_prefix = "bazel-lib-{version}",
182182
urls = ["https://github.com/aspect-build/bazel-lib/archive/v{version}.tar.gz"],
183183
use_category = ["build", "test_only"],
184-
release_date = "2025-05-06",
184+
release_date = "2025-10-17",
185185
cpe = "N/A",
186186
license = "Apache-2.0",
187187
license_url = "https://github.com/aspect-build/bazel-lib/blob/v{version}/LICENSE",

0 commit comments

Comments
 (0)