From f07b79b11d7a6e1e42fa1eb7534d5a71c0f1af79 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 27 Dec 2019 14:55:05 -0500 Subject: [PATCH] proto-google-common-protos:1.17.0 (#6572) --- build.gradle | 2 +- repositories.bzl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 43320a50a7..cf70e60c6e 100644 --- a/build.gradle +++ b/build.gradle @@ -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', diff --git a/repositories.bzl b/repositories.bzl index bdd2ef7159..760ba300b9 100644 --- a/repositories.bzl +++ b/repositories.bzl @@ -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 )