Skip to content

Commit

Permalink
Merge pull request #336 from ajkannan/update-oauth-libs
Browse files Browse the repository at this point in the history
Update auth dependency
  • Loading branch information
aozarov committed Nov 7, 2015
2 parents 74a39cc + 2ce257f commit 2de9135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.1.0</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.1.0</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down

0 comments on commit 2de9135

Please sign in to comment.