From 212aa137827bd992475fe9bd32133ba90af2f184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:01:08 +0000 Subject: [PATCH] chore(deps): update dependency com_github_bazelbuild_buildtools to v6.3.3 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 2476da9c507..b3a8b1bbe01 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -104,9 +104,9 @@ protobuf_deps() http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "b7187e0856280feb0658ab9d629c244e638022819ded8243fb02e0c1d4db8f1c", - strip_prefix = "buildtools-6.3.2", - urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.2.tar.gz"], + sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a", + strip_prefix = "buildtools-6.3.3", + urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"], ) load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")