@@ -106,6 +106,7 @@ subprojects {
106106 javaPluginPath = " $rootDir /compiler/build/exe/java_plugin/$protocPluginBaseName $exeSuffix "
107107
108108 nettyVersion = ' 4.1.32.Final'
109+ googleauthVersion = ' 0.9.0'
109110 guavaVersion = ' 26.0-android'
110111 protobufVersion = ' 3.5.1'
111112 protocVersion = ' 3.5.1-1'
@@ -197,10 +198,9 @@ subprojects {
197198 hpack : ' com.twitter:hpack:0.10.1' ,
198199 javax_annotation : ' javax.annotation:javax.annotation-api:1.2' ,
199200 jsr305 : ' com.google.code.findbugs:jsr305:3.0.2' ,
200- oauth_client : ' com.google.auth:google-auth-library-oauth2-http:0.9.0' ,
201201 google_api_protos : ' com.google.api.grpc:proto-google-common-protos:1.12.0' ,
202- google_auth_credentials : ' com.google.auth:google-auth-library-credentials:0.9.0 ' ,
203- google_auth_oauth2_http : ' com.google.auth:google-auth-library-oauth2-http:0.9.0 ' ,
202+ google_auth_credentials : " com.google.auth:google-auth-library-credentials:${ googleauthVersion } " ,
203+ google_auth_oauth2_http : " com.google.auth:google-auth-library-oauth2-http:${ googleauthVersion } " ,
204204 okhttp : ' com.squareup.okhttp:okhttp:2.5.0' ,
205205 okio : ' com.squareup.okio:okio:1.13.0' ,
206206 opencensus_api : " io.opencensus:opencensus-api:${ opencensusVersion} " ,
0 commit comments