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

deps: downgrade protobuf to 3.17.3 (not the latest 3.18.0) #476

Merged
merged 2 commits into from Sep 21, 2021
Merged
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 first-party-dependencies/pom.xml
Expand Up @@ -59,10 +59,10 @@
<gax.version>2.4.1</gax.version>
<grpc-gcp.version>1.1.0</grpc-gcp.version>
<guava.version>30.1.1-jre</guava.version>
<protobuf.version>3.18.0</protobuf.version>
<protobuf.version>3.17.3</protobuf.version>
<google.api-common.version>2.0.2</google.api-common.version>
<google.common-protos.version>2.5.0</google.common-protos.version>
<google.core.version>2.1.4</google.core.version>
<google.core.version>2.1.3</google.core.version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Google-cloud-core already depends on protobuf 3.18.0. Thus I needed to downgrade this too.

<google.auth.version>1.1.0</google.auth.version>
<google.http-client.version>1.40.0</google.http-client.version>
<google.oauth-client.version>1.32.1</google.oauth-client.version>
Expand Down