File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ subprojects {
119
119
hpack : ' com.twitter:hpack:0.10.1' ,
120
120
javax_annotation : ' javax.annotation:javax.annotation-api:1.2' ,
121
121
jsr305 : ' com.google.code.findbugs:jsr305:3.0.2' ,
122
- google_api_protos : ' com.google.api.grpc:proto-google-common-protos:1.12 .0' ,
122
+ google_api_protos : ' com.google.api.grpc:proto-google-common-protos:1.17 .0' ,
123
123
google_auth_credentials : " com.google.auth:google-auth-library-credentials:${ googleauthVersion} " ,
124
124
google_auth_oauth2_http : " com.google.auth:google-auth-library-oauth2-http:${ googleauthVersion} " ,
125
125
okhttp : ' com.squareup.okhttp:okhttp:2.5.0' ,
Original file line number Diff line number Diff line change @@ -173,9 +173,9 @@ def com_google_android_annotations():
173
173
def com_google_api_grpc_google_common_protos ():
174
174
jvm_maven_import_external (
175
175
name = "com_google_api_grpc_proto_google_common_protos" ,
176
- artifact = "com.google.api.grpc:proto-google-common-protos:1.12 .0" ,
176
+ artifact = "com.google.api.grpc:proto-google-common-protos:1.17 .0" ,
177
177
server_urls = ["https://repo.maven.apache.org/maven2/" ],
178
- artifact_sha256 = "bd60cd7a423b00fb824c27bdd0293aaf4781be1daba6ed256311103fb4b84108 " ,
178
+ artifact_sha256 = "ad25472c73ee470606fb500b376ae5a97973d5406c2f5c3b7d07fb25b4648b65 " ,
179
179
licenses = ["notice" ], # Apache 2.0
180
180
)
181
181
You can’t perform that action at this time.
0 commit comments