From 0024536f1d118f99c56baacc93bae4e683c6f4ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 00:46:35 +0000 Subject: [PATCH] bazel: Update to version 7.1.2 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 730ed4295f..729a512d8f 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "7.1.1", + "version": "7.1.2", "description": "A fast, scalable, multi-language and extensible build system", "homepage": "https://bazel.build", "license": "Apache-2.0", @@ -10,8 +10,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/bazelbuild/bazel/releases/download/7.1.1/bazel-7.1.1-windows-x86_64.zip", - "hash": "7363696d88d4824509cdf89463c890dfe9d8de9383ddedcac147f102200d1946" + "url": "https://github.com/bazelbuild/bazel/releases/download/7.1.2/bazel-7.1.2-windows-x86_64.zip", + "hash": "27da574480b7b31198df65fa8e1ad2abcfaad5294573ec33d91a82569cee4405" } }, "bin": "bazel.exe",