aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-11-30 11:50:19 -0800
committerGitHub <noreply@github.com>2017-11-30 11:50:19 -0800
commitaee5fc4176d7ee9c9ed70e9aa656d842739490fc (patch)
treee38ed04b0b4af9a16e54951f596b4897f0eae10b /examples
parentd080bae2a144cfeaec9701392a8d7f39bfc34acb (diff)
downloadgrpc-grpc-java-aee5fc4176d7ee9c9ed70e9aa656d842739490fc.tar.gz
all: update to proto 3.5.0
Diffstat (limited to 'examples')
-rw-r--r--examples/android/helloworld/app/build.gradle2
-rw-r--r--examples/android/routeguide/app/build.gradle2
-rw-r--r--examples/build.gradle2
-rw-r--r--examples/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/android/helloworld/app/build.gradle b/examples/android/helloworld/app/build.gradle
index b79af4202..6034160c1 100644
--- a/examples/android/helloworld/app/build.gradle
+++ b/examples/android/helloworld/app/build.gradle
@@ -28,7 +28,7 @@ android {
protobuf {
protoc {
- artifact = 'com.google.protobuf:protoc:3.4.0'
+ artifact = 'com.google.protobuf:protoc:3.5.0'
}
plugins {
javalite {
diff --git a/examples/android/routeguide/app/build.gradle b/examples/android/routeguide/app/build.gradle
index 7f183a5b0..08f49c7df 100644
--- a/examples/android/routeguide/app/build.gradle
+++ b/examples/android/routeguide/app/build.gradle
@@ -25,7 +25,7 @@ android {
protobuf {
protoc {
- artifact = 'com.google.protobuf:protoc:3.4.0'
+ artifact = 'com.google.protobuf:protoc:3.5.0'
}
plugins {
javalite {
diff --git a/examples/build.gradle b/examples/build.gradle
index edab878b4..b39949bd1 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -37,7 +37,7 @@ dependencies {
protobuf {
protoc {
- artifact = 'com.google.protobuf:protoc:3.4.0'
+ artifact = 'com.google.protobuf:protoc:3.5.0'
}
plugins {
grpc {
diff --git a/examples/pom.xml b/examples/pom.xml
index e63764aa8..e671bbc46 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -67,7 +67,7 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.0</version>
<configuration>
- <protocArtifact>com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier}</protocArtifact>
+ <protocArtifact>com.google.protobuf:protoc:3.5.0:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
</configuration>