Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Sep 6, 2016
1 parent 6380565 commit 469b861
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion appengine/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>6.0.3</version>
<version>6.0.4</version>
</dependency>
<!-- Parent POM defines ${appengine.sdk.version} (updates frequently). -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev319-1.22.0</version>
<version>v2-rev320-1.22.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/cloudstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/cron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/disk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/extending-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

<appengine.maven.plugin>0.1.1-beta</appengine.maven.plugin>
<appengine.maven.plugin>0.1.2</appengine.maven.plugin>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>

<failOnMissingWebXml>false</failOnMissingWebXml>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/mailgun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/mailjet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/memcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/sendgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/static-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion managed_vms/twilio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<maven-surefire-plugin-version>2.19.1</maven-surefire-plugin-version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions speech/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ limitations under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<codehaus-versions-maven-plugin-version>2.2</codehaus-versions-maven-plugin-version>
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
<grpc-protobuf-version>1.0.0</grpc-protobuf-version>
<maven-compiler-plugin-version>3.5.1</maven-compiler-plugin-version>
<xolstice-protobuf-maven-plugin-version>0.5.0</xolstice-protobuf-maven-plugin-version>
Expand Down Expand Up @@ -187,7 +187,7 @@ limitations under the License.
- -->
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>1.1.33.Fork21</version>
<version>1.1.33.Fork22</version>
<classifier>${tcnative.classifier}</classifier>
</dependency>
<dependency>
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 @@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<codehaus-exec-maven-plugin-version>1.1</codehaus-exec-maven-plugin-version>
<codehaus-findbugs-maven-plugin-version>3.0.4</codehaus-findbugs-maven-plugin-version>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions taskqueue/deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<codehaus-versions-maven-plugin-version>2.2</codehaus-versions-maven-plugin-version>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion unittests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-war-plugin-version>2.6</maven-war-plugin-version>
<maven-war-plugin-version>3.0.0</maven-war-plugin-version>
<maven-compiler-plugin-version>2.5.1</maven-compiler-plugin-version>
</properties>

Expand Down

0 comments on commit 469b861

Please sign in to comment.