Skip to content

Commit 2b0b19d

Browse files
author
Luan Kevin Ferreira
committed
Upgrade GRPC version due to new feature introduced in 1.40.0 version.
1 parent 3236156 commit 2b0b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
projectVersion = '2.13.0-SNAPSHOT'
1313

1414
// https://github.com/grpc/grpc-java/releases
15-
grpcVersion = '1.37.0'
15+
grpcVersion = '1.40.1'
1616

1717
// https://github.com/google/guava/releases
1818
guavaVersion = '30.1.1-jre'

0 commit comments

Comments
 (0)