mirror of https://github.com/grpc/grpc-java.git
proto-google-common-protos:1.17.0 (#6572)
This commit is contained in:
parent
d227520388
commit
f07b79b11d
|
|
@ -119,7 +119,7 @@ subprojects {
|
|||
hpack: 'com.twitter:hpack:0.10.1',
|
||||
javax_annotation: 'javax.annotation:javax.annotation-api:1.2',
|
||||
jsr305: 'com.google.code.findbugs:jsr305:3.0.2',
|
||||
google_api_protos: 'com.google.api.grpc:proto-google-common-protos:1.12.0',
|
||||
google_api_protos: 'com.google.api.grpc:proto-google-common-protos:1.17.0',
|
||||
google_auth_credentials: "com.google.auth:google-auth-library-credentials:${googleauthVersion}",
|
||||
google_auth_oauth2_http: "com.google.auth:google-auth-library-oauth2-http:${googleauthVersion}",
|
||||
okhttp: 'com.squareup.okhttp:okhttp:2.5.0',
|
||||
|
|
|
|||
|
|
@ -173,9 +173,9 @@ def com_google_android_annotations():
|
|||
def com_google_api_grpc_google_common_protos():
|
||||
jvm_maven_import_external(
|
||||
name = "com_google_api_grpc_proto_google_common_protos",
|
||||
artifact = "com.google.api.grpc:proto-google-common-protos:1.12.0",
|
||||
artifact = "com.google.api.grpc:proto-google-common-protos:1.17.0",
|
||||
server_urls = ["https://repo.maven.apache.org/maven2/"],
|
||||
artifact_sha256 = "bd60cd7a423b00fb824c27bdd0293aaf4781be1daba6ed256311103fb4b84108",
|
||||
artifact_sha256 = "ad25472c73ee470606fb500b376ae5a97973d5406c2f5c3b7d07fb25b4648b65",
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue