From a520518ffbed62dbeb833eb8a7bd87d0df5d6a83 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 28 May 2024 19:43:27 +0200 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v2.7.6 (#451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | aspect_bazel_lib | bazel_dep | minor | `2.5.1` -> `2.7.6` | | aspect_bazel_lib | bazel_dep | patch | `2.7.1` -> `2.7.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazelbuild/examples). --- frontend/MODULE.bazel | 2 +- java-maven/MODULE.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/MODULE.bazel b/frontend/MODULE.bazel index eaf0a40d9..fa35bce75 100644 --- a/frontend/MODULE.bazel +++ b/frontend/MODULE.bazel @@ -1,6 +1,6 @@ "Bazel module dependencies, see https://bazel.build/external/overview#bzlmod" -bazel_dep(name = "aspect_bazel_lib", version = "2.7.1") +bazel_dep(name = "aspect_bazel_lib", version = "2.7.6") bazel_dep(name = "aspect_rules_lint", version = "0.18.0") bazel_dep(name = "aspect_rules_jest", version = "0.20.0") bazel_dep(name = "aspect_rules_js", version = "1.41.2") diff --git a/java-maven/MODULE.bazel b/java-maven/MODULE.bazel index 7721d5eb1..8c1369399 100644 --- a/java-maven/MODULE.bazel +++ b/java-maven/MODULE.bazel @@ -1,6 +1,6 @@ "Bazel dependencies" -bazel_dep(name = "aspect_bazel_lib", version = "2.5.1") +bazel_dep(name = "aspect_bazel_lib", version = "2.7.6") bazel_dep(name = "container_structure_test", version = "1.16.0") bazel_dep(name = "rules_jvm_external", version = "5.3") bazel_dep(name = "rules_oci", version = "1.4.0")