Update Bazel version to 7.6.1
This is the latest LTS 7.x Bazel release and should help prepare us to
get to 8.x+.
Notable updates include:
* Add support for using the java rules from @rules_java (#23779)
* Implemented disk cache garbage collection (#23833)
* Update embedded JDK to 21.0.5 (#24682)
* Added a new flag, --incompatible_use_plus_in_repo_names, which
uses the plus character (+) instead of the tilde (~) in canonical
repo names. This flag will be flipped to true in Bazel 8.0. (#23127)
Release-Notes: Update Bazel version to 7.6.1
Change-Id: I0aacd9cc52b197dc9971afef59947ca56131ad74
diff --git a/.bazelversion b/.bazelversion
index b26a34e..e8be684 100644
--- a/.bazelversion
+++ b/.bazelversion
@@ -1 +1 @@
-7.2.1
+7.6.1