Skip to content

Commit 30a3eba

Browse files
committed
Auto-update dependencies.
1 parent cda2c4b commit 30a3eba

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>org.mockito</groupId>
160160
<artifactId>mockito-core</artifactId>
161-
<version>2.3.11</version>
161+
<version>2.4.1</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>

speech/grpc/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)