From 4a2069eb64c2a361ec0e5b7683030c86c09875fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:12:21 +0000 Subject: [PATCH] chore(deps): update dependency com_github_bazelbuild_buildtools to v7.1.2 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index d780fcf9..393c0f70 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -50,9 +50,9 @@ gazelle_dependencies(go_repository_default_config = "//:WORKSPACE") http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939", - strip_prefix = "buildtools-7.1.1", + sha256 = "39c59cb5352892292cbe3174055aac187edcb5324c9b4e2d96cb6e40bd753877", + strip_prefix = "buildtools-7.1.2", urls = [ - "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.1.1.tar.gz", + "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.1.2.tar.gz", ], )