Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

deps: update grpc to 1.30.0, protobuf to 3.12.2 #1125

Merged
merged 3 commits into from Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependencies.properties
Expand Up @@ -23,9 +23,9 @@ version.gax_httpjson=0.73.0
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
# Gradle build depends on prebuilt maven artifacts, while Bazel build depends on Bazel workspaces
# with the sources.
version.com_google_protobuf=3.11.4
version.com_google_protobuf=3.12.2
version.google_java_format=1.1
version.io_grpc=1.28.1
version.io_grpc=1.30.0

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down
8 changes: 8 additions & 0 deletions gax-grpc/linkage-checker-exclusion.xml
Expand Up @@ -584,4 +584,12 @@
<Class name="io.grpc.internal.ServerImpl"/>
</Source>
</LinkageError>
<LinkageError>
<Target>
<Class name="com.ning.compress.lzf.LZFChunk"/>
</Target>
<Source>
<Class name="io.grpc.netty.shaded.io.netty.handler.codec.compression.LzfEncoder"/>
</Source>
</LinkageError>
</LinkageCheckerFilter>