From 84d3ec7d3c7841aae7d8f61a90711dbaeb0ab1e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:52:08 +0000 Subject: [PATCH] chore(deps): update dependency com_github_bazelbuild_buildtools to v7 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 80da9d9..2f03e9c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -46,7 +46,7 @@ protobuf_deps() http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", - strip_prefix = "buildtools-6.4.0", - url = "https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz", + sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9", + strip_prefix = "buildtools-7.3.1", + url = "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.3.1.tar.gz", )