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

Upgrade GRPC version due to new feature introduced in 1.40.0 version. #583

Merged
merged 6 commits into from Sep 24, 2021
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ buildscript {
projectVersion = '2.13.0-SNAPSHOT'

// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.37.0'
grpcVersion = '1.40.1'

// https://github.com/google/guava/releases
guavaVersion = '30.1.1-jre'
Expand Down