@@ -49,7 +49,7 @@ limitations under the License.
4949 <properties >
5050 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5151 <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 >
5353 <maven-compiler-plugin-version >3.6.0</maven-compiler-plugin-version >
5454 <xolstice-protobuf-maven-plugin-version >0.5.0</xolstice-protobuf-maven-plugin-version >
5555 </properties >
@@ -159,12 +159,12 @@ limitations under the License.
159159 <dependency >
160160 <groupId >io.grpc</groupId >
161161 <artifactId >grpc-auth</artifactId >
162- <version >1.0.2 </version >
162+ <version >1.0.3 </version >
163163 </dependency >
164164 <dependency >
165165 <groupId >io.grpc</groupId >
166166 <artifactId >grpc-netty</artifactId >
167- <version >1.0.2 </version >
167+ <version >1.0.3 </version >
168168 </dependency >
169169 <dependency >
170170 <groupId >io.grpc</groupId >
@@ -174,7 +174,7 @@ limitations under the License.
174174 <dependency >
175175 <groupId >io.grpc</groupId >
176176 <artifactId >grpc-stub</artifactId >
177- <version >1.0.2 </version >
177+ <version >1.0.3 </version >
178178 </dependency >
179179 <dependency >
180180 <!--
@@ -187,7 +187,7 @@ limitations under the License.
187187- -->
188188 <groupId >io.netty</groupId >
189189 <artifactId >netty-tcnative-boringssl-static</artifactId >
190- <version >1.1.33.Fork24 </version >
190+ <version >1.1.33.Fork25 </version >
191191 <classifier >${tcnative.classifier} </classifier >
192192 </dependency >
193193 <dependency >
0 commit comments