Skip to content

Commit

Permalink
Upgrade Google Auth library to support ExternalAccount (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed Oct 13, 2021
1 parent 793d7b1 commit 33fe5c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<google.api-bigquery.version>v2-rev20210617-${google.api-client-libraries.version}</google.api-bigquery.version>
<google.api-iamcredentials.version>v1-rev20210326-${google.api-client-libraries.version}</google.api-iamcredentials.version>
<google.api-storage.version>v1-rev20210127-${google.api-client-libraries.version}</google.api-storage.version>
<google.auth.version>0.26.0</google.auth.version>
<google.auth.version>1.2.0</google.auth.version>
<google.auto-value.version>1.8.1</google.auto-value.version>
<google.cloud-bigquerystorage.version>1.22.5</google.cloud-bigquerystorage.version>
<google.cloud-storage.grpc.version>2.0.1-alpha</google.cloud-storage.grpc.version>
Expand Down Expand Up @@ -316,6 +316,11 @@
<artifactId>google-oauth-client</artifactId>
<version>${google.oauth-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>${google.auth.version}</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
Expand Down

0 comments on commit 33fe5c8

Please sign in to comment.