Skip to content

Commit f07b79b

Browse files
suztomoran-su
authored andcommitted
proto-google-common-protos:1.17.0 (#6572)
1 parent d227520 commit f07b79b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ subprojects {
119119
hpack: 'com.twitter:hpack:0.10.1',
120120
javax_annotation: 'javax.annotation:javax.annotation-api:1.2',
121121
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',
123123
google_auth_credentials: "com.google.auth:google-auth-library-credentials:${googleauthVersion}",
124124
google_auth_oauth2_http: "com.google.auth:google-auth-library-oauth2-http:${googleauthVersion}",
125125
okhttp: 'com.squareup.okhttp:okhttp:2.5.0',

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ def com_google_android_annotations():
173173
def com_google_api_grpc_google_common_protos():
174174
jvm_maven_import_external(
175175
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",
177177
server_urls = ["https://repo.maven.apache.org/maven2/"],
178-
artifact_sha256 = "bd60cd7a423b00fb824c27bdd0293aaf4781be1daba6ed256311103fb4b84108",
178+
artifact_sha256 = "ad25472c73ee470606fb500b376ae5a97973d5406c2f5c3b7d07fb25b4648b65",
179179
licenses = ["notice"], # Apache 2.0
180180
)
181181

0 commit comments

Comments
 (0)