From 430cac2d5645dfe28eaa5ab75b5e1edba8471809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:48:13 +0000 Subject: [PATCH] Update dependency com_github_bazelbuild_buildtools to v8.0.3 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7d7cd26..5dd8200 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -197,7 +197,7 @@ gazelle_dependencies() http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300", - strip_prefix = "buildtools-8.0.1", - url = "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.1.tar.gz", + sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425", + strip_prefix = "buildtools-8.0.3", + url = "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.3.tar.gz", )