Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions of Bazel and some deps.
This was prompted by the fact that my build used Bazel 8.0.0 when I didn't want it during cl/706839076 because I was running an [old](bazelbuild/bazelisk#502) version of Bazelisk. I fixed that by upgrading Bazelisk, but I figured I might as well update Bazel, too. Along the way, I noticed this: ``` WARNING: For repository 'rules_java', the root module requires module version rules_java@7.12.1, but got rules_java@8.6.1 in the resolved dependency graph. Please update the version in your MODULE.bazel or set --check_direct_dependencies=off ``` So I upgraded `rules_java`, too, and `rules_jvm_external` while I was in the area. RELNOTES=n/a PiperOrigin-RevId: 707159453
- Loading branch information