From 505b2980595691c664f68c4c1279f14749372ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:03:46 -0700 Subject: [PATCH] chore(deps): update dependency buildifier_prebuilt to v7.3.1 (#152) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e5587898..4cd44dd1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -95,10 +95,10 @@ gazelle_dependencies() http_archive( name = "buildifier_prebuilt", - sha256 = "481f220bee90024f4e63d3e516a5e708df9cd736170543ceab334064fa773f41", - strip_prefix = "buildifier-prebuilt-7.1.2", + sha256 = "7f85b688a4b558e2d9099340cfb510ba7179f829454fba842370bccffb67d6cc", + strip_prefix = "buildifier-prebuilt-7.3.1", urls = [ - "http://github.com/keith/buildifier-prebuilt/archive/7.1.2.tar.gz", + "http://github.com/keith/buildifier-prebuilt/archive/7.3.1.tar.gz", ], )