@@ -30,37 +30,37 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`:
3030<dependency >
3131 <groupId >io.grpc</groupId >
3232 <artifactId >grpc-netty</artifactId >
33- <version >1.10.0 </version >
33+ <version >1.10.1 </version >
3434</dependency >
3535<dependency >
3636 <groupId >io.grpc</groupId >
3737 <artifactId >grpc-protobuf</artifactId >
38- <version >1.10.0 </version >
38+ <version >1.10.1 </version >
3939</dependency >
4040<dependency >
4141 <groupId >io.grpc</groupId >
4242 <artifactId >grpc-stub</artifactId >
43- <version >1.10.0 </version >
43+ <version >1.10.1 </version >
4444</dependency >
4545```
4646
4747Or for Gradle with non-Android, add to your dependencies:
4848``` gradle
49- compile 'io.grpc:grpc-netty:1.10.0 '
50- compile 'io.grpc:grpc-protobuf:1.10.0 '
51- compile 'io.grpc:grpc-stub:1.10.0 '
49+ compile 'io.grpc:grpc-netty:1.10.1 '
50+ compile 'io.grpc:grpc-protobuf:1.10.1 '
51+ compile 'io.grpc:grpc-stub:1.10.1 '
5252```
5353
5454For Android client, use ` grpc-okhttp ` instead of ` grpc-netty ` and
5555` grpc-protobuf-lite ` or ` grpc-protobuf-nano ` instead of ` grpc-protobuf ` :
5656``` gradle
57- compile 'io.grpc:grpc-okhttp:1.10.0 '
58- compile 'io.grpc:grpc-protobuf-lite:1.10.0 '
59- compile 'io.grpc:grpc-stub:1.10.0 '
57+ compile 'io.grpc:grpc-okhttp:1.10.1 '
58+ compile 'io.grpc:grpc-protobuf-lite:1.10.1 '
59+ compile 'io.grpc:grpc-stub:1.10.1 '
6060```
6161
6262[ the JARs] :
63- http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.grpc%22%20AND%20v%3A%221.9.0 %22
63+ http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22io.grpc%22%20AND%20v%3A%221.10.1 %22
6464
6565Development snapshots are available in [ Sonatypes's snapshot
6666repository] ( https://oss.sonatype.org/content/repositories/snapshots/ ) .
@@ -89,7 +89,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
8989 <configuration >
9090 <protocArtifact >com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact >
9191 <pluginId >grpc-java</pluginId >
92- <pluginArtifact >io.grpc:protoc-gen-grpc-java:1.10.0 :exe:${os.detected.classifier}</pluginArtifact >
92+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:1.10.1 :exe:${os.detected.classifier}</pluginArtifact >
9393 </configuration >
9494 <executions >
9595 <execution >
@@ -129,7 +129,7 @@ protobuf {
129129 }
130130 plugins {
131131 grpc {
132- artifact = 'io.grpc:protoc-gen-grpc-java:1.10.0 '
132+ artifact = 'io.grpc:protoc-gen-grpc-java:1.10.1 '
133133 }
134134 }
135135 generateProtoTasks {
0 commit comments