Skip to content

Commit 62401f6

Browse files
veblushcopybara-github
authored andcommitted
[Dep] Roll-foward "Upgrading Protobuf to v27.0 (grpc#36753)" (grpc#37182)
Closes grpc#37182 PiperOrigin-RevId: 650413156
1 parent f8fa415 commit 62401f6

461 files changed

Lines changed: 16814 additions & 4080 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 3 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazel/grpc_deps.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ def grpc_deps():
5858
if "com_google_protobuf" not in native.existing_rules():
5959
http_archive(
6060
name = "com_google_protobuf",
61-
sha256 = "387478260190c540388839a3449c635a69708d92fc38ea6e2364b1196db90ea5",
62-
strip_prefix = "protobuf-2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5",
61+
sha256 = "3ed7131962a357b35b1d55238fcc6c6a177eae766ef3e25aa916157bc6e45819",
62+
strip_prefix = "protobuf-63def39e881afa496502d9c410f4ea948e59490d",
6363
urls = [
64-
# https://github.com/protocolbuffers/protobuf/commits/v26.1
65-
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz",
66-
"https://github.com/protocolbuffers/protobuf/archive/2434ef2adf0c74149b9d547ac5fb545a1ff8b6b5.tar.gz",
64+
# https://github.com/protocolbuffers/protobuf/commits/v27.2
65+
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/63def39e881afa496502d9c410f4ea948e59490d.tar.gz",
66+
"https://github.com/protocolbuffers/protobuf/archive/63def39e881afa496502d9c410f4ea948e59490d.tar.gz",
6767
],
6868
patches = [
6969
"@com_github_grpc_grpc//third_party:protobuf.patch",

0 commit comments

Comments
 (0)