From 4c86252df2190a5789efc1b383d2ebf3f9a4a403 Mon Sep 17 00:00:00 2001 From: Hiroyuki Komatsu Date: Fri, 14 Feb 2025 04:04:29 +0000 Subject: [PATCH] Update protobuf from 29.1 to 30.0-rc1 Since 29.x is not buildable with Abseil 20250127.0, we use this RC release. #codehealth PiperOrigin-RevId: 726739493 --- src/MODULE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MODULE.bazel b/src/MODULE.bazel index 94f72f81e..dac43a4e0 100644 --- a/src/MODULE.bazel +++ b/src/MODULE.bazel @@ -10,12 +10,12 @@ bazel_dep( repo_name = "com_google_absl", ) -# protobuf: 29.1 2024-12-04 +# protobuf: 30.0-rc1 2025-02-05 # https://github.com/protocolbuffers/protobuf -# Note, 29.3 was rolled back due to the build failure on Windows. +# Use 30.0-rc1 since 29.x is not buildable with Abseil 20250127.0. bazel_dep( name = "protobuf", - version = "29.1", + version = "30.0-rc1", repo_name = "com_google_protobuf", )