diff --git a/.bazelversion b/.bazelversion index 5c733d6c13a..26c75fe8ad4 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,2 +1,2 @@ -7.4.1 +7.7.0 # NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss \ No newline at end of file diff --git a/tensorflow/tools/ci_build/install/install_bazel.sh b/tensorflow/tools/ci_build/install/install_bazel.sh index 2b78cee47ad..d6bcf1efd6b 100755 --- a/tensorflow/tools/ci_build/install/install_bazel.sh +++ b/tensorflow/tools/ci_build/install/install_bazel.sh @@ -14,7 +14,7 @@ # limitations under the License. # ============================================================================== -BAZEL_VERSION="7.4.1" +BAZEL_VERSION="7.7.0" set +e local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}') diff --git a/tensorflow/tools/ci_build/release/common.sh b/tensorflow/tools/ci_build/release/common.sh index 8fdfbcaf324..4dcad86bdf6 100644 --- a/tensorflow/tools/ci_build/release/common.sh +++ b/tensorflow/tools/ci_build/release/common.sh @@ -17,7 +17,7 @@ # Keeps Bazel versions of the build scripts. # LINT.IfChange -LATEST_BAZEL_VERSION=7.4.1 +LATEST_BAZEL_VERSION=7.7.0 # LINT.ThenChange( # //tf_keras/google/kokoro/pip/build_and_upload_pip_package.sh, # //tensorflow/opensource_only/.bazelversion, diff --git a/third_party/xla/.bazelversion b/third_party/xla/.bazelversion index 815da58b7a9..1985849fb58 100644 --- a/third_party/xla/.bazelversion +++ b/third_party/xla/.bazelversion @@ -1 +1 @@ -7.4.1 +7.7.0