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
This commit is contained in:
Hiroyuki Komatsu
2025-02-14 04:04:29 +00:00
parent b669abbf92
commit 4c86252df2

View File

@ -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",
)