-
Notifications
You must be signed in to change notification settings - Fork 105
deps: update grpc to 1.27.0, google-auth-library to 0.20.0 #861
Conversation
google-http-client to 1.34.1 grpc to 1.27.0 google-auth-library to 0.20.0
Codecov Report
@@ Coverage Diff @@
## master #861 +/- ##
=========================================
Coverage 78.62% 78.62%
Complexity 1163 1163
=========================================
Files 203 203
Lines 5142 5142
Branches 413 413
=========================================
Hits 4043 4043
Misses 925 925
Partials 174 174 Continue to review full report at Codecov.
|
dependencies.properties
Outdated
@@ -49,8 +49,8 @@ maven.com_google_api_api_common=com.google.api:api-common:1.8.1 | |||
maven.org_threeten_threetenbp=org.threeten:threetenbp:1.4.0 | |||
maven.com_google_api_grpc_grpc_google_iam_v1=com.google.api.grpc:grpc-google-iam-v1:0.13.0 | |||
maven.com_google_api_grpc_proto_google_iam_v1=com.google.api.grpc:proto-google-iam-v1:0.13.0 | |||
maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.34.0 | |||
maven.com_google_http_client_google_http_client_jackson2=com.google.http-client:google-http-client-jackson2:1.34.0 | |||
maven.com_google_http_client_google_http_client=com.google.http-client:google-http-client:1.34.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't update libraries-bom to 1.34.1 until we push some changes in either protobuf-java or java-core, possibly both. Could we hold off on this one until those are done?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
java-core has released with http-client 1.34.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change we need pushed from java-core is actually googleapis/java-core#140. Otherwise errorprone fails the upper bounds check.
grpc to 1.27.0
google-auth-library to 0.20.0