From 998c576572ddb59045de8942e5f90cc891c1dced Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:03:20 +0000 Subject: [PATCH] Update dependency com_github_bazelbuild_buildtools to v8.2.1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 39d6357..9ffc5b4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -56,9 +56,9 @@ http_archive( 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 = "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261", + strip_prefix = "buildtools-8.2.1", + url = "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.1.tar.gz", ) http_archive(