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

Commit

Permalink
deps: upgrade grpc to 1.45.1 and auth to 1.6.0 (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin authored Apr 6, 2022
1 parent 609c2aa commit 8f8f625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.gax_httpjson=0.99.1-SNAPSHOT
# with the sources.
version.com_google_protobuf=3.19.4
version.google_java_format=1.1
version.io_grpc=1.45.0
version.io_grpc=1.45.1

# 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.45.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:2.8.0
maven.com_google_api_grpc_grpc_google_common_protos=com.google.api.grpc:grpc-google-common-protos:2.8.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.2.1
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.2.1
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.6.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.6.0
maven.io_opencensus_opencensus_api=io.opencensus:opencensus-api:0.28.0
maven.io_opencensus_opencensus_contrib_grpc_metrics=io.opencensus:opencensus-contrib-grpc-metrics:0.28.0
maven.io_opencensus_opencensus_contrib_http_util=io.opencensus:opencensus-contrib-http-util:0.28.0
Expand Down

0 comments on commit 8f8f625

Please sign in to comment.