From d4b3220b1a524e20cc5bf341be72d2a86e9e8eb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:29:32 +0000 Subject: [PATCH] bazel: Update to version 5.1.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 04bd132fc1..b6bca0b66f 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "5.0.0", + "version": "5.1.0", "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/5.0.0/bazel-5.0.0-windows-x86_64.zip", - "hash": "8cdb77023a8239849d584201860863f6fa8e4a28af7439c8d58dea0ec4ff4535" + "url": "https://github.com/bazelbuild/bazel/releases/download/5.1.0/bazel-5.1.0-windows-x86_64.zip", + "hash": "ac2309f165d4ea4811f5710b182e3640c7eee09af21c79eb0c438dcad8ea8560" } }, "bin": "bazel.exe",