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

deps: update protobuf to 3.10.0, grpc to 1.24.1 #809

Merged
merged 1 commit into from Nov 2, 2019
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 dependencies.properties
Expand Up @@ -23,9 +23,9 @@ version.gax_httpjson=0.66.2-SNAPSHOT
# 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.9.1
version.com_google_protobuf=3.10.0
version.google_java_format=1.1
version.io_grpc=1.23.0
version.io_grpc=1.24.1

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