Skip to content

Commit

Permalink
[Deps] Upgrade protobuf to 28.1 (grpc#37682)
Browse files Browse the repository at this point in the history
Regular protobuf upgrade from 27.2 to 28.1 along with the required change to accommodate protocolbuffers/protobuf#17285

Closes grpc#37682

PiperOrigin-RevId: 678428936
  • Loading branch information
veblush authored and sourabhsinghs committed Sep 26, 2024
1 parent 19ae217 commit 14d7084
Show file tree
Hide file tree
Showing 904 changed files with 12,940 additions and 4,328 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Package.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,15 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
sha256 = "3ed7131962a357b35b1d55238fcc6c6a177eae766ef3e25aa916157bc6e45819",
strip_prefix = "protobuf-63def39e881afa496502d9c410f4ea948e59490d",
sha256 = "8766fce06ef41d79cb6037d04be37df3d5c493d9da92517a7243640d6389f03c",
strip_prefix = "protobuf-10ef3f77683f77fb3c059bf47725c27b3ff41e63",
urls = [
# https://github.com/protocolbuffers/protobuf/commits/v27.2
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/63def39e881afa496502d9c410f4ea948e59490d.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/63def39e881afa496502d9c410f4ea948e59490d.tar.gz",
# https://github.com/protocolbuffers/protobuf/commits/v28.1
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/protocolbuffers/protobuf/archive/10ef3f77683f77fb3c059bf47725c27b3ff41e63.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/10ef3f77683f77fb3c059bf47725c27b3ff41e63.tar.gz",
],
patches = [
"@com_github_grpc_grpc//third_party:protobuf.patch",
"@com_github_grpc_grpc//third_party:protobuf.10007.patch",
],
patch_args = ["-p1"],
)
Expand Down
7 changes: 7 additions & 0 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build_handwritten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ settings:
core_version: 44.0.0
csharp_major_version: 2
g_stands_for: groovy
protobuf_version: 3.27.2
protobuf_version: 3.28.1
version: 1.68.0-dev
configs:
asan:
Expand Down
3 changes: 3 additions & 0 deletions config.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config.w32

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions examples/cpp/helloworld/cmake_externalproject/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions gRPC-C++.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions gRPC-Core.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions grpc.gemspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14d7084

Please sign in to comment.