Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com.google.protobuf:protobuf-bom to v3.11.0 #6934

Merged
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update dependency com.google.protobuf:protobuf-bom to v3…
….11.0
  • Loading branch information
renovate-bot committed Nov 27, 2019
commit b16a93361705abfa186406fc260cfb3f8fca7e35
2 changes: 1 addition & 1 deletion google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<guava.version>28.1-android</guava.version>
<http-client-bom.version>1.33.0</http-client-bom.version>
<oauth-client.version>1.30.4</oauth-client.version>
<protobuf.version>3.10.0</protobuf.version>
<protobuf.version>3.11.0</protobuf.version>
<!-- make sure to keep opencensus version in sync with grpc -->
<opencensus.version>0.24.0</opencensus.version>
<!-- test dependency versions -->
Expand Down