Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Regenerate common protos, iam and longrunning client. (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google committed Oct 4, 2019
1 parent b464c59 commit 4ae7753
Show file tree
Hide file tree
Showing 259 changed files with 24,134 additions and 15,027 deletions.
6 changes: 3 additions & 3 deletions grpc-google-common-protos/build.gradle
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'java'

description = 'GRPC library for grpc-google-common-protos'
group = 'com.google.api.grpc'
version = '1.14.0'
version = '1.17.0'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand All @@ -18,8 +18,8 @@ repositories {
}

dependencies {
compile 'io.grpc:grpc-stub:1.10.1'
compile 'io.grpc:grpc-protobuf:1.10.1'
compile 'io.grpc:grpc-stub:1.23.0'
compile 'io.grpc:grpc-protobuf:1.23.0'
compile project(':proto-google-common-protos')
}

Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions proto-google-common-protos/build.gradle
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'java'

description = 'PROTO library for proto-google-common-protos'
group = 'com.google.api.grpc'
version = '1.14.0'
version = '1.17.0'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand All @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'com.google.protobuf:protobuf-java:3.6.0'
compile 'com.google.protobuf:protobuf-java:3.7.1'
}

sourceSets {
Expand Down

0 comments on commit 4ae7753

Please sign in to comment.