mirror of https://github.com/grpc/grpc-java.git
Update auth library to fix jwt_token_creds interop test
This commit is contained in:
parent
0336a701eb
commit
d52a7a2696
|
|
@ -139,7 +139,7 @@ configure(subprojects - project(":grpc-android")) {
|
||||||
javaee_api: 'javax:javaee-api:7.0',
|
javaee_api: 'javax:javaee-api:7.0',
|
||||||
jsonp: 'org.glassfish:javax.json:1.0.4',
|
jsonp: 'org.glassfish:javax.json:1.0.4',
|
||||||
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
|
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',
|
okhttp: 'com.squareup.okhttp:okhttp:2.4.0',
|
||||||
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
|
protobuf: "com.google.protobuf:protobuf-java:${protobufVersion}",
|
||||||
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufNanoVersion}",
|
protobuf_nano: "com.google.protobuf.nano:protobuf-javanano:${protobufNanoVersion}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue