From 61fc4b1ecd57b23956846589c282a7ef2c86ae43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:26:22 +0000 Subject: [PATCH] bazel: Update to version 7.2.1 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index ae8fbb1289..c95e38a2c6 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "7.2.0", + "version": "7.2.1", "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.2.0/bazel-7.2.0-windows-x86_64.zip", - "hash": "8e1249d0dd99e867e91ea833da532603115d9247d4b84c5b1ea59dc2f99d4cd1" + "url": "https://github.com/bazelbuild/bazel/releases/download/7.2.1/bazel-7.2.1-windows-x86_64.zip", + "hash": "de142d2107cbb55b4e3c94e487116bdb527c1bd4c43783d5d7258ac6bbd47424" } }, "bin": "bazel.exe",