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

update guava #2018

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ subprojects {
findBugsJsr305Version = '3.0.2'
errorProneVersion = '2.3.2'
grpcVersion = '1.25.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to double check, is this guava version compatible with grpc 1.25?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests pass.

guavaVersion = '26.0-android'
guavaVersion = '28.2-android'
googleAuthVersion = '0.16.2'
googleCloudBetaVersion = '0.100.0-beta'
googleCloudGaVersion = '1.82.0'
Expand Down