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

Commit d3d1d43

Browse files
authored
Bump grpc to v1.16.0 and guava to 26.0-android (#616)
1 parent 611f277 commit d3d1d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'io.codearte.nexus-staging'
2626
project.version = "1.34.1-SNAPSHOT" // {x-version-update:gax:current}
2727

2828
ext {
29-
grpcVersion = '1.15.0'
29+
grpcVersion = '1.16.1'
3030
commonProtosVersion = '1.12.0'
3131
authVersion = '0.11.0'
3232
// Project names not used for release
@@ -117,7 +117,7 @@ subprojects {
117117
grpcProtobuf: "io.grpc:grpc-protobuf:${grpcVersion}",
118118
grpcNetty: "io.grpc:grpc-netty-shaded:${grpcVersion}",
119119
gson: "com.google.code.gson:gson:2.7",
120-
guava: 'com.google.guava:guava:20.0',
120+
guava: 'com.google.guava:guava:26.0-android',
121121
jsr305: 'com.google.code.findbugs:jsr305:3.0.2',
122122
autovalue: 'com.google.auto.value:auto-value:1.4',
123123
threetenbp: 'org.threeten:threetenbp:1.3.3',

0 commit comments

Comments
 (0)