Skip to content
This repository was 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 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
deps: the latest google-cloud-core already uses 3.18.0
  • Loading branch information
suztomo committed Sep 21, 2021
commit 5a43224d671d0e10a4cbc1f408bec69d45e0a193
2 changes: 1 addition & 1 deletion first-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<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