Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com_github_bazelbuild_buildtools to v8.0.2 #5194

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update dependency com_github_bazelbuild_buildtools to v8…
….0.2
  • Loading branch information
renovate[bot] authored and renovate-bot committed Jan 30, 2025
commit 3207e41b4fbea2c7f3d519d1343a6ea052bd222c
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -128,9 +128,9 @@ protobuf_deps()

http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300",
strip_prefix = "buildtools-8.0.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"],
sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2.tar.gz"],
)

load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")
6 changes: 3 additions & 3 deletions non_module_deps.bzl
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@ def _non_module_deps_impl(
# TODO(bazelbuild/buildtools#1204): Remove when available as module.
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300",
strip_prefix = "buildtools-8.0.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"],
sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2.tar.gz"],
)

non_module_deps = module_extension(
Loading