Skip to content

Commit

Permalink
deps: update dependency com.google.auth:google-auth-library-credentia…
Browse files Browse the repository at this point in the history
…ls and google-auth-library-oauth2-http to v1.17.0 (#1756)
  • Loading branch information
diegomarquezp committed Jun 6, 2023
1 parent e47cd86 commit f583258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.55.1</grpc.version>
<google.auth.version>1.16.0</google.auth.version>
<google.auth.version>1.17.0</google.auth.version>
<gson.version>2.10.1</gson.version>
<guava.version>31.1-jre</guava.version>
<protobuf.version>3.23.1</protobuf.version>
Expand Down Expand Up @@ -189,4 +189,4 @@
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
</project>
</project>
4 changes: 2 additions & 2 deletions gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ version.io_grpc=1.54.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.15.0
maven.com_google_api_grpc_grpc_google_common_protos=com.google.api.grpc:grpc-google-common-protos:2.15.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.16.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.16.0
maven.com_google_auth_google_auth_library_oauth2_http=com.google.auth:google-auth-library-oauth2-http:1.17.0
maven.com_google_auth_google_auth_library_credentials=com.google.auth:google-auth-library-credentials:1.17.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 f583258

Please sign in to comment.