Skip to content

Commit

Permalink
Auto-update dependencies. (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and lesv committed Mar 3, 2017
1 parent 69a3b53 commit 0213d09
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.7</version>
<version>2.9.0.pr1</version>
</dependency>

<!-- Test Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion appengine/images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Copyright 2015 Google Inc.
<artifactId>appengine-images</artifactId>

<properties>
<appengine.sdk.version>1.9.49</appengine.sdk.version>
<appengine.sdk.version>1.9.50</appengine.sdk.version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<properties>
<appengine.sdk.version>1.9.49</appengine.sdk.version>
<appengine.sdk.version>1.9.50</appengine.sdk.version>
<appengine.app.version>1</appengine.app.version>

<project.http.version>1.19.0</project.http.version>
Expand Down
2 changes: 1 addition & 1 deletion monitoring/v3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-monitoring</artifactId>
<version>v3-rev388-1.22.0</version>
<version>v3-rev389-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spanner/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ limitations under the License.
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.0.Beta6</version>
<version>2.0.0.Beta7</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/json-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev97-1.22.0</version>
<version>v1-rev98-1.22.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/xml-api/cmdline-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev97-1.22.0</version>
<version>v1-rev98-1.22.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion storage/xml-api/serviceaccount-appengine-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.49</appengine.sdk.version> <!-- TODO(): MOVE to /appengine -->
<appengine.sdk.version>1.9.50</appengine.sdk.version> <!-- TODO(): MOVE to /appengine -->
<google-api-client.version>1.22.0</google-api-client.version>
<webappDirectory>${project.build.directory}/${project.build.finalName}
</webappDirectory>
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.49</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.50</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion unittests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<appengine.sdk.version>1.9.49</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.50</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version>
Expand Down

0 comments on commit 0213d09

Please sign in to comment.