Skip to content

Commit 6f72faa

Browse files
Update to protobuf 3.12.2
1 parent eccbac3 commit 6f72faa

15 files changed

+19
-19
lines changed

bazel/grpc_deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ def grpc_deps():
154154
if "com_google_protobuf" not in native.existing_rules():
155155
http_archive(
156156
name = "com_google_protobuf",
157-
sha256 = "e887570666e71e7941b68cb9330dba5234551ef7a30fca4ee1f7de70238c30f3",
158-
strip_prefix = "protobuf-ef22086980e148da5e8264647b96ccf1f7d1feaf",
157+
sha256 = "efaf69303e01caccc2447064fc1832dfd23c0c130df0dc5fc98a13185bb7d1a7",
158+
strip_prefix = "protobuf-678da4f76eb9168c9965afc2149944a66cd48546",
159159
urls = [
160-
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/protobuf/archive/ef22086980e148da5e8264647b96ccf1f7d1feaf.tar.gz",
161-
"https://github.com/google/protobuf/archive/ef22086980e148da5e8264647b96ccf1f7d1feaf.tar.gz",
160+
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/protobuf/archive/678da4f76eb9168c9965afc2149944a66cd48546.tar.gz",
161+
"https://github.com/google/protobuf/archive/678da4f76eb9168c9965afc2149944a66cd48546.tar.gz",
162162
],
163163
)
164164

src/cpp/Protobuf-C++.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Protobuf-C++'
3-
s.version = '3.12.1'
3+
s.version = '3.12.2'
44
s.summary = 'Protocol Buffers v3 runtime library for C++.'
55
s.homepage = 'https://github.com/google/protobuf'
66
s.license = '3-Clause BSD License'

src/csharp/build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<Project>
33
<PropertyGroup>
44
<GrpcCsharpVersion>2.30.0-dev</GrpcCsharpVersion>
5-
<GoogleProtobufVersion>3.12.1</GoogleProtobufVersion>
5+
<GoogleProtobufVersion>3.12.2</GoogleProtobufVersion>
66
</PropertyGroup>
77
</Project>

src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Pod::Spec.new do |s|
100100
s.preserve_paths = plugin
101101

102102
# Restrict the protoc version to the one supported by this plugin.
103-
s.dependency '!ProtoCompiler', '3.12.1'
103+
s.dependency '!ProtoCompiler', '3.12.2'
104104
# For the Protobuf dependency not to complain:
105105
s.ios.deployment_target = '7.0'
106106
s.osx.deployment_target = '10.9'

src/objective-c/!ProtoCompiler-gRPCPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Pod::Spec.new do |s|
102102
s.preserve_paths = plugin
103103

104104
# Restrict the protoc version to the one supported by this plugin.
105-
s.dependency '!ProtoCompiler', '3.12.1'
105+
s.dependency '!ProtoCompiler', '3.12.2'
106106
# For the Protobuf dependency not to complain:
107107
s.ios.deployment_target = '7.0'
108108
s.osx.deployment_target = '10.9'

src/objective-c/!ProtoCompiler.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Pod::Spec.new do |s|
3636
# exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed
3737
# before them.
3838
s.name = '!ProtoCompiler'
39-
v = '3.12.1'
39+
v = '3.12.2'
4040
s.version = v
4141
s.summary = 'The Protobuf Compiler (protoc) generates Objective-C files from .proto files'
4242
s.description = <<-DESC

templates/src/csharp/build/dependencies.props.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<Project>
55
<PropertyGroup>
66
<GrpcCsharpVersion>${settings.csharp_version}</GrpcCsharpVersion>
7-
<GoogleProtobufVersion>3.12.1</GoogleProtobufVersion>
7+
<GoogleProtobufVersion>3.12.2</GoogleProtobufVersion>
88
</PropertyGroup>
99
</Project>

templates/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
s.preserve_paths = plugin
103103

104104
# Restrict the protoc version to the one supported by this plugin.
105-
s.dependency '!ProtoCompiler', '3.12.1'
105+
s.dependency '!ProtoCompiler', '3.12.2'
106106
# For the Protobuf dependency not to complain:
107107
s.ios.deployment_target = '7.0'
108108
s.osx.deployment_target = '10.9'

templates/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
s.preserve_paths = plugin
105105

106106
# Restrict the protoc version to the one supported by this plugin.
107-
s.dependency '!ProtoCompiler', '3.12.1'
107+
s.dependency '!ProtoCompiler', '3.12.2'
108108
# For the Protobuf dependency not to complain:
109109
s.ios.deployment_target = '7.0'
110110
s.osx.deployment_target = '10.9'

test/distrib/csharp/DistribTest/DistribTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<Reference Include="Google.Apis.Auth.PlatformServices">
101101
<HintPath>..\packages\Google.Apis.Auth.1.15.0\lib\net45\Google.Apis.Auth.PlatformServices.dll</HintPath>
102102
</Reference>
103-
<Reference Include="Google.Protobuf, Version=3.12.1, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
104-
<HintPath>..\packages\Google.Protobuf.3.12.1\lib\net45\Google.Protobuf.dll</HintPath>
103+
<Reference Include="Google.Protobuf, Version=3.12.2, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
104+
<HintPath>..\packages\Google.Protobuf.3.12.2\lib\net45\Google.Protobuf.dll</HintPath>
105105
</Reference>
106106
</ItemGroup>
107107
<ItemGroup>

test/distrib/csharp/DistribTest/DistribTestDotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Grpc" Version="__GRPC_NUGET_VERSION__" />
1717
<PackageReference Include="Grpc.Auth" Version="__GRPC_NUGET_VERSION__" />
1818
<PackageReference Include="Grpc.Tools" Version="__GRPC_NUGET_VERSION__" />
19-
<PackageReference Include="Google.Protobuf" Version="3.12.1" />
19+
<PackageReference Include="Google.Protobuf" Version="3.12.2" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

test/distrib/csharp/DistribTest/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<package id="Grpc.Core" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
99
<package id="Grpc.Core.Api" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
1010
<package id="Grpc.Tools" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
11-
<package id="Google.Protobuf" version="3.12.1" targetFramework="net45" />
11+
<package id="Google.Protobuf" version="3.12.2" targetFramework="net45" />
1212
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1313
<package id="System.Buffers" version="4.4.0" targetFramework="net45" />
1414
<package id="System.Memory" version="4.5.3" targetFramework="net45" />

third_party/protobuf

tools/distrib/python/grpcio_tools/protoc_lib_deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
CC_INCLUDE='third_party/protobuf/src'
2121
PROTO_INCLUDE='third_party/protobuf/src'
2222

23-
PROTOBUF_SUBMODULE_VERSION="ef22086980e148da5e8264647b96ccf1f7d1feaf"
23+
PROTOBUF_SUBMODULE_VERSION="678da4f76eb9168c9965afc2149944a66cd48546"

tools/run_tests/sanity/check_submodules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cat << EOF | awk '{ print $1 }' | sort > "$want_submodules"
3636
80ed4d0bbf65d57cc267dfc63bd2584557f11f9b third_party/googleapis (common-protos-1_3_1-915-g80ed4d0bb)
3737
c9ccac7cb7345901884aabf5d1a786cfa6e2f397 third_party/googletest (6e2f397)
3838
15ae750151ac9341e5945eb38f8982d59fb99201 third_party/libuv (v1.34.0)
39-
ef22086980e148da5e8264647b96ccf1f7d1feaf third_party/protobuf (v3.12.1)
39+
678da4f76eb9168c9965afc2149944a66cd48546 third_party/protobuf (v3.12.2)
4040
0f2bc6c0fdac9113e3863ea6e30e5b2bd33e3b40 third_party/protoc-gen-validate (v0.0.10)
4141
e8cd3a4bb307e2c810cffff99f93e96e6d7fee85 third_party/udpa (heads/master)
4242
cacf7f1d4e3d44d871b605da3b647f07d718623f third_party/zlib (v1.2.11)

0 commit comments

Comments
 (0)