Skip to content

Commit a5f1b64

Browse files
chore(deps): update dependency com_github_bazelbuild_buildtools to v7 (#4984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef7b3ac commit a5f1b64

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

non_module_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def _non_module_deps_impl(
1515
)
1616
http_archive(
1717
name = "com_github_bazelbuild_buildtools",
18-
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
19-
strip_prefix = "buildtools-6.4.0",
20-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
18+
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
19+
strip_prefix = "buildtools-7.3.1",
20+
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
2121
)
2222

2323
non_module_deps = module_extension(

0 commit comments

Comments
 (0)