Skip to content

Commit 58d7edf

Browse files
authored
Update version of google-auth-java to 0.6.1 (#1888)
* Update version of google-auth-java to 0.6.1 Latest version of google-auth-java contains a fix for auth token refresh failures. * Remove harcoded auth dependencies
1 parent 88aef0d commit 58d7edf

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -152,16 +152,6 @@
152152
<artifactId>joda-time</artifactId>
153153
<version>2.9.2</version>
154154
</dependency>
155-
<dependency>
156-
<groupId>com.google.auth</groupId>
157-
<artifactId>google-auth-library-credentials</artifactId>
158-
<version>0.4.0</version>
159-
</dependency>
160-
<dependency>
161-
<groupId>com.google.auth</groupId>
162-
<artifactId>google-auth-library-oauth2-http</artifactId>
163-
<version>0.4.0</version>
164-
</dependency>
165155
<dependency>
166156
<groupId>com.google.api-client</groupId>
167157
<artifactId>google-api-client</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9191
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9292
<github.global.server>github</github.global.server>
93-
<google.auth.version>0.6.0</google.auth.version>
93+
<google.auth.version>0.6.1</google.auth.version>
9494
<grpc.version>1.0.3</grpc.version>
9595
<gax.version>0.8.1</gax.version>
9696
<generatedProto.version>0.1.5</generatedProto.version>

0 commit comments

Comments
 (0)