Skip to content

Commit

Permalink
deps: update google auth library dependencies to v1.20.0 (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 16, 2023
1 parent 705c358 commit ce59ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<grpc.version>1.58.0</grpc.version>
<google.auth.version>1.19.0</google.auth.version>
<google.auth.version>1.20.0</google.auth.version>
<google.http-client.version>1.43.3</google.http-client.version>
<gson.version>2.10.1</gson.version>
<guava.version>32.1.2-jre</guava.version>
Expand Down
4 changes: 2 additions & 2 deletions gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ version.io_grpc=1.58.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.26.0
maven.com_google_api_grpc_grpc_google_common_protos=com.google.api.grpc:grpc-google-common-protos:2.26.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.18.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.18.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.20.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.20.0
maven.io_opencensus_opencensus_api=io.opencensus:opencensus-api:0.31.1
maven.io_opencensus_opencensus_contrib_grpc_metrics=io.opencensus:opencensus-contrib-grpc-metrics:0.31.1
maven.io_opencensus_opencensus_contrib_http_util=io.opencensus:opencensus-contrib-http-util:0.31.1
Expand Down

0 comments on commit ce59ed8

Please sign in to comment.