Skip to content

Commit

Permalink
Auto-update dependencies. (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Dec 25, 2016
1 parent 6ffcfed commit e0c8493
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion appengine/channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath>../..</relativePath>
</parent>
<properties>
<objectify.version>5.1.13</objectify.version>
<objectify.version>5.1.14</objectify.version>
</properties>
<!-- [START set_versions] -->
<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion appengine/firebase-tictactoe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath>../..</relativePath>
</parent>
<properties>
<objectify.version>5.1.13</objectify.version>
<objectify.version>5.1.14</objectify.version>
<servlet-api.version>2.5</servlet-api.version>
<gson.version>2.7</gson.version>
<guava.version>20.0</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion appengine/guestbook-objectify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.example.appengine</groupId>
<artifactId>appengine-guestbook-objectify</artifactId>
<properties>
<objectify.version>5.1.13</objectify.version>
<objectify.version>5.1.14</objectify.version>
<guava.version>20.0</guava.version>
</properties>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion appengine/multitenancy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>appengine-multitenancy</artifactId>

<properties>
<objectify.version>5.1.13</objectify.version>
<objectify.version>5.1.14</objectify.version>
<guava.version>20.0</guava.version>
</properties>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.3.11</version>
<version>2.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions speech/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ limitations under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
<grpc-protobuf-version>1.0.2</grpc-protobuf-version>
<grpc-protobuf-version>1.0.3</grpc-protobuf-version>
<maven-compiler-plugin-version>3.6.0</maven-compiler-plugin-version>
<xolstice-protobuf-maven-plugin-version>0.5.0</xolstice-protobuf-maven-plugin-version>
</properties>
Expand Down Expand Up @@ -159,12 +159,12 @@ limitations under the License.
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand All @@ -174,7 +174,7 @@ limitations under the License.
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<!--
Expand All @@ -187,7 +187,7 @@ limitations under the License.
- -->
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork24</version>
<version>1.1.33.Fork25</version>
<classifier>${tcnative.classifier}</classifier>
</dependency>
<dependency>
Expand Down

0 comments on commit e0c8493

Please sign in to comment.