@@ -49,7 +49,7 @@ limitations under the License.
49
49
<properties >
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
51
<codehaus-versions-maven-plugin-version >2.3</codehaus-versions-maven-plugin-version >
52
- <grpc-protobuf-version >1.0.2 </grpc-protobuf-version >
52
+ <grpc-protobuf-version >1.0.3 </grpc-protobuf-version >
53
53
<maven-compiler-plugin-version >3.6.0</maven-compiler-plugin-version >
54
54
<xolstice-protobuf-maven-plugin-version >0.5.0</xolstice-protobuf-maven-plugin-version >
55
55
</properties >
@@ -159,12 +159,12 @@ limitations under the License.
159
159
<dependency >
160
160
<groupId >io.grpc</groupId >
161
161
<artifactId >grpc-auth</artifactId >
162
- <version >1.0.2 </version >
162
+ <version >1.0.3 </version >
163
163
</dependency >
164
164
<dependency >
165
165
<groupId >io.grpc</groupId >
166
166
<artifactId >grpc-netty</artifactId >
167
- <version >1.0.2 </version >
167
+ <version >1.0.3 </version >
168
168
</dependency >
169
169
<dependency >
170
170
<groupId >io.grpc</groupId >
@@ -174,7 +174,7 @@ limitations under the License.
174
174
<dependency >
175
175
<groupId >io.grpc</groupId >
176
176
<artifactId >grpc-stub</artifactId >
177
- <version >1.0.2 </version >
177
+ <version >1.0.3 </version >
178
178
</dependency >
179
179
<dependency >
180
180
<!--
@@ -187,7 +187,7 @@ limitations under the License.
187
187
- -->
188
188
<groupId >io.netty</groupId >
189
189
<artifactId >netty-tcnative-boringssl-static</artifactId >
190
- <version >1.1.33.Fork24 </version >
190
+ <version >1.1.33.Fork25 </version >
191
191
<classifier >${tcnative.classifier} </classifier >
192
192
</dependency >
193
193
<dependency >
0 commit comments