Skip to content

Commit 3340c49

Browse files
committed
Auto-update dependencies.
1 parent cda2c4b commit 3340c49

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

appengine/channel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<relativePath>../..</relativePath>
2727
</parent>
2828
<properties>
29-
<objectify.version>5.1.13</objectify.version>
29+
<objectify.version>5.1.14</objectify.version>
3030
</properties>
3131
<!-- [START set_versions] -->
3232
<prerequisites>

appengine/firebase-tictactoe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<relativePath>../..</relativePath>
2727
</parent>
2828
<properties>
29-
<objectify.version>5.1.13</objectify.version>
29+
<objectify.version>5.1.14</objectify.version>
3030
<servlet-api.version>2.5</servlet-api.version>
3131
<gson.version>2.7</gson.version>
3232
<guava.version>20.0</guava.version>

appengine/guestbook-objectify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.example.appengine</groupId>
99
<artifactId>appengine-guestbook-objectify</artifactId>
1010
<properties>
11-
<objectify.version>5.1.13</objectify.version>
11+
<objectify.version>5.1.14</objectify.version>
1212
<guava.version>20.0</guava.version>
1313
</properties>
1414
<parent>

appengine/multitenancy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>appengine-multitenancy</artifactId>
1010

1111
<properties>
12-
<objectify.version>5.1.13</objectify.version>
12+
<objectify.version>5.1.14</objectify.version>
1313
<guava.version>20.0</guava.version>
1414
</properties>
1515
<parent>

pom.xml

+1-1
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

+5-5
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)