From b87f6c75812f56ea09bf89280ff93b2abe510797 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:29:16 +0000 Subject: [PATCH] bazel: Update to version 8.3.1 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index 63abce1119..6e52ab1f99 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "8.3.0", + "version": "8.3.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/8.3.0/bazel-8.3.0-windows-x86_64.zip", - "hash": "abe42caddd7c9d5865f211e0eaa997c50c25b4b436b8e07c3806e13c227aea56" + "url": "https://github.com/bazelbuild/bazel/releases/download/8.3.1/bazel-8.3.1-windows-x86_64.zip", + "hash": "eea363ec4e38967939bd69ef2d356a445b199759cc100e3c11071e6508d8732e" } }, "bin": "bazel.exe",