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

Commit

Permalink
dep: update protobuf and gRPC (#882)
Browse files Browse the repository at this point in the history
* dep: update protobuf and gRPC

@chingor13 fixes #845

* remove java format plugin that's not compatible with java 11

* fix merge conflict

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
elharo and chingor13 committed Feb 27, 2020
1 parent 5dfdfe4 commit c19bcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.properties
Expand Up @@ -23,9 +23,9 @@ version.gax_httpjson=0.70.1
# 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.1
version.com_google_protobuf=3.11.4
version.google_java_format=1.1
version.io_grpc=1.27.0
version.io_grpc=1.27.1

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand Down

0 comments on commit c19bcf8

Please sign in to comment.