From 44acc757af32d923ac18aeefbb8815043f3536b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:42:36 +0000 Subject: [PATCH] bazel: Update to version 8.5.0 --- bucket/bazel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/bazel.json b/bucket/bazel.json index b290c5b4e2..b97f23babd 100644 --- a/bucket/bazel.json +++ b/bucket/bazel.json @@ -1,5 +1,5 @@ { - "version": "8.4.2", + "version": "8.5.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/8.4.2/bazel-8.4.2-windows-x86_64.zip", - "hash": "23f0d0a634650e5b9c6cece98dc375d346c42cea1ead83f2040e7a954633ade1" + "url": "https://github.com/bazelbuild/bazel/releases/download/8.5.0/bazel-8.5.0-windows-x86_64.zip", + "hash": "5001d020cd04a27f8ef9d1832ffd96ee4973e658a4601c7c9d62b0ae762fa204" } }, "bin": "bazel.exe",