Skip to content

Commit 69aedda

Browse files
garrettjonesgoogleejona86
authored andcommitted
Bumping proto-google-common-protos to 1.0.0
1 parent 3315d16 commit 69aedda

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ subprojects {
187187
hpack: 'com.twitter:hpack:0.10.1',
188188
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
189189
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.9.0',
190-
google_api_protos: 'com.google.api.grpc:proto-google-common-protos:0.1.9',
190+
google_api_protos: 'com.google.api.grpc:proto-google-common-protos:1.0.0',
191191
google_auth_credentials: 'com.google.auth:google-auth-library-credentials:0.9.0',
192192
okhttp: 'com.squareup.okhttp:okhttp:2.5.0',
193193
okio: 'com.squareup.okio:okio:1.6.0',

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
def grpcVersion = '1.9.0-SNAPSHOT' // CURRENT_GRPC_VERSION
2626

2727
dependencies {
28-
compile "com.google.api.grpc:proto-google-common-protos:0.1.9"
28+
compile "com.google.api.grpc:proto-google-common-protos:1.0.0"
2929
compile "io.grpc:grpc-netty:${grpcVersion}"
3030
compile "io.grpc:grpc-protobuf:${grpcVersion}"
3131
compile "io.grpc:grpc-stub:${grpcVersion}"

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.api.grpc</groupId>
4040
<artifactId>proto-google-common-protos</artifactId>
41-
<version>0.1.9</version>
41+
<version>1.0.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>junit</groupId>

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ def grpc_java_repositories(
8686
def com_google_api_grpc_google_common_protos():
8787
native.maven_jar(
8888
name = "com_google_api_grpc_proto_google_common_protos",
89-
artifact = "com.google.api.grpc:proto-google-common-protos:0.1.9",
90-
sha1 = "3760f6a6e13c8ab070aa629876cdd183614ee877",
89+
artifact = "com.google.api.grpc:proto-google-common-protos:1.0.0",
90+
sha1 = "de4e859c3530f7e9f854e40b0a8b7074d95e3aff",
9191
)
9292

9393
def com_google_code_findbugs_jsr305():

0 commit comments

Comments
 (0)