diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 979e536..c247f64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ default_language_version: repos: # Check formatting and lint for starlark code - repo: https://github.com/keith/pre-commit-buildifier - rev: 8.5.1.1 + rev: 8.5.1.4 hooks: - id: buildifier - id: buildifier-lint diff --git a/MODULE.bazel b/MODULE.bazel index 6b5b9f0..4cb3a3f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -21,7 +21,7 @@ bazel_dep(name = "bazel_worker_java", version = "0.0.11") bazel_dep(name = "protobuf", version = "33.4", repo_name = "com_google_protobuf") bazel_dep(name = "aspect_bazel_lib", version = "2.22.5", dev_dependency = True) -bazel_dep(name = "buildifier_prebuilt", version = "8.2.1.2", dev_dependency = True) +bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.4", dev_dependency = True) android = use_extension( "@hermetic_android_toolchains//:extensions.bzl",