From 79629c3e0f9f8ccf36d796def7765631270e7302 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:27:13 +0000 Subject: [PATCH] bazel: Update to version 6.1.2 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 13a05f0b66..182dade4ca 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "6.1.1", + "version": "6.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/6.1.1/bazel-6.1.1-windows-x86_64.zip", - "hash": "3ddc663d334347dd293991f5c423feb9876625548366857f5628f1e892fb92a7" + "url": "https://github.com/bazelbuild/bazel/releases/download/6.1.2/bazel-6.1.2-windows-x86_64.zip", + "hash": "f8cd16be11e0f504e576658046a356a11fff92e258f06fdd0871c8926da801aa" } }, "bin": "bazel.exe",