From 9a1d8d0af29ed8422a231754c3329eb48d4da362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:52:38 +0000 Subject: [PATCH] build(deps): bump buildifier_prebuilt from 6.4.0 to 8.5.1.3 Bumps [buildifier_prebuilt](https://github.com/keith/buildifier-prebuilt) from 6.4.0 to 8.5.1.3. - [Release notes](https://github.com/keith/buildifier-prebuilt/releases) - [Commits](https://github.com/keith/buildifier-prebuilt/compare/6.4.0...8.5.1.3) --- updated-dependencies: - dependency-name: buildifier_prebuilt dependency-version: 8.5.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4679589528f5..85e4b498a0c9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -35,7 +35,7 @@ bazel_dep(name = "rules_swift", version = "4.0.0-rc5-codeql.1") bazel_dep(name = "swift-syntax", version = "603.0.2") bazel_dep(name = "zstd", version = "1.5.7.bcr.1") -bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True) +bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.3", dev_dependency = True) # Keep edition and version approximately in sync with internal repo. # the versions there are canonical, the versions here are used for CI in github/codeql, as well as for the vendoring of dependencies.