Update auth library to fix jwt_token_creds interop test

This commit is contained in:
Eric Anderson 2015-09-03 16:44:48 -07:00
parent 0336a701eb
commit d52a7a2696
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ configure(subprojects - project(":grpc-android")) {
javaee_api: 'javax:javaee-api:7.0',
jsonp: 'org.glassfish:javax.json:1.0.4',
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.2.0',
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.3.0',
okhttp: 'com.squareup.okhttp:okhttp:2.4.0',
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufNanoVersion}",