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

deps: update grpc to 1.27.0, google-auth-library to 0.20.0 #861

Merged
merged 2 commits into from Jan 30, 2020
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
10 changes: 5 additions & 5 deletions dependencies.properties
Expand Up @@ -25,7 +25,7 @@ version.gax_httpjson=0.70.1-SNAPSHOT
# with the sources.
version.com_google_protobuf=3.11.1
version.google_java_format=1.1
version.io_grpc=1.26.0
version.io_grpc=1.27.0

# Maven artifacts.
# Note, the actual name of each property matters (bazel build scripts depend on it).
Expand All @@ -34,8 +34,8 @@ version.io_grpc=1.26.0
# 2) Replace all characters which are neither alphabetic nor digits with the underscore ('_') character
maven.com_google_api_grpc_proto_google_common_protos=com.google.api.grpc:proto-google-common-protos:1.17.0
maven.com_google_api_grpc_grpc_google_common_protos=com.google.api.grpc:grpc-google-common-protos:1.17.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:0.19.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:0.19.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:0.20.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:0.20.0
maven.io_opencensus_opencensus_api=io.opencensus:opencensus-api:0.24.0
maven.io_opencensus_opencensus_contrib_grpc_metrics=io.opencensus:opencensus-contrib-grpc-metrics:0.24.0
maven.io_opencensus_opencensus_contrib_http_util=io.opencensus:opencensus-contrib-http-util:0.24.0
Expand All @@ -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
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

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.

maven.com_google_http_client_google_http_client_jackson2=com.google.http-client:google-http-client-jackson2:1.34.1
maven.com_fasterxml_jackson_core_jackson_core=com.fasterxml.jackson.core:jackson-core:2.10.1
maven.org_codehaus_mojo_animal_sniffer_annotations=org.codehaus.mojo:animal-sniffer-annotations:1.18
maven.org_apache_commons_commons_lang3=org.apache.commons:commons-lang3:3.6
Expand Down