Skip to content

Commit b9abc66

Browse files
committed
Auto-update dependencies.
1 parent 37e4320 commit b9abc66

File tree

35 files changed

+57
-57
lines changed

35 files changed

+57
-57
lines changed

appengine/appidentity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929

3030
<properties>
31-
<gcloud-maven-plugin-version>2.0.9.101.v20160316</gcloud-maven-plugin-version>
31+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3232
</properties>
3333

3434
<dependencies>

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.5</objectify.version>
29+
<objectify.version>5.1.13</objectify.version>
3030
</properties>
3131
<!-- [START set_versions] -->
3232
<prerequisites>

appengine/datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.auto.value</groupId>
3838
<artifactId>auto-value</artifactId>
39-
<version>1.2</version>
39+
<version>1.3</version>
4040
<scope>provided</scope>
4141
</dependency>
4242
<dependency>

appengine/firebase-event-proxy/gae-firebase-event-proxy/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-core</artifactId>
65-
<version>2.8.1</version>
65+
<version>2.8.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.8.1</version>
70+
<version>2.8.2</version>
7171
</dependency>
7272

7373
<!-- Test Dependencies -->

appengine/guestbook-objectify/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<groupId>com.example.appengine</groupId>
99
<artifactId>appengine-guestbook-objectify</artifactId>
1010
<properties>
11-
<objectify.version>5.1.5</objectify.version>
12-
<guava.version>18.0</guava.version>
11+
<objectify.version>5.1.13</objectify.version>
12+
<guava.version>19.0</guava.version>
1313
</properties>
1414
<parent>
1515
<groupId>com.google.cloud</groupId>

appengine/images/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Copyright 2015 Google Inc. All Rights Reserved.
2121
<artifactId>appengine-images</artifactId>
2222

2323
<properties>
24-
<appengine.sdk.version>1.9.24</appengine.sdk.version>
24+
<appengine.sdk.version>1.9.42</appengine.sdk.version>
2525
</properties>
2626

2727
<parent>

appengine/mailgun/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
<dependency>
3838
<groupId>com.sun.jersey</groupId>
3939
<artifactId>jersey-core</artifactId>
40-
<version>1.19.1</version>
40+
<version>1.19.2</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.sun.jersey</groupId>
4444
<artifactId>jersey-client</artifactId>
45-
<version>1.19.1</version>
45+
<version>1.19.2</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.sun.jersey.contribs</groupId>
4949
<artifactId>jersey-multipart</artifactId>
50-
<version>1.19.1</version>
50+
<version>1.19.2</version>
5151
</dependency>
5252
<!-- [END dependencies] -->
5353
</dependencies>

appengine/mailjet/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
<dependency>
4545
<groupId>com.sun.jersey</groupId>
4646
<artifactId>jersey-core</artifactId>
47-
<version>1.19.1</version>
47+
<version>1.19.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.sun.jersey</groupId>
5151
<artifactId>jersey-client</artifactId>
52-
<version>1.19.1</version>
52+
<version>1.19.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.sun.jersey.contribs</groupId>
5656
<artifactId>jersey-multipart</artifactId>
57-
<version>1.19.1</version>
57+
<version>1.19.2</version>
5858
</dependency>
5959
<!-- [END dependencies] -->
6060
</dependencies>

appengine/multitenancy/pom.xml

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

1111
<properties>
12-
<objectify.version>5.1.5</objectify.version>
13-
<guava.version>18.0</guava.version>
12+
<objectify.version>5.1.13</objectify.version>
13+
<guava.version>19.0</guava.version>
1414
</properties>
1515
<parent>
1616
<groupId>com.google.cloud</groupId>

bigquery/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@
2323
<dependency>
2424
<groupId>com.google.apis</groupId>
2525
<artifactId>google-api-services-bigquery</artifactId>
26-
<version>v2-rev317-1.22.0</version>
26+
<version>v2-rev319-1.22.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.google.oauth-client</groupId>
3030
<artifactId>google-oauth-client</artifactId>
31-
<version>1.21.0</version>
31+
<version>1.22.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.http-client</groupId>
3535
<artifactId>google-http-client-jackson2</artifactId>
36-
<version>1.21.0</version>
36+
<version>1.22.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.oauth-client</groupId>
4040
<artifactId>google-oauth-client-jetty</artifactId>
41-
<version>1.21.0</version>
41+
<version>1.22.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.code.gson</groupId>

compute/cmdline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
</dependency>
9090
</dependencies>
9191
<properties>
92-
<project.compute.version>v1-rev105-1.21.0</project.compute.version>
92+
<project.compute.version>v1-rev122-1.22.0</project.compute.version>
9393
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9494
</properties>
9595
</project>

datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>gcloud-java-datastore</artifactId>
26-
<version>0.2.7</version>
26+
<version>0.2.8</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>junit</groupId>

language/analysis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
<dependency>
2626
<groupId>com.google.apis</groupId>
2727
<artifactId>google-api-services-language</artifactId>
28-
<version>v1beta1-rev5-1.22.0</version>
28+
<version>v1beta1-rev7-1.22.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.google.api-client</groupId>

managed_vms/analytics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/cloudsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/cloudstorage/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>gcloud-java-storage</artifactId>
50-
<version>0.2.7</version>
50+
<version>0.2.8</version>
5151
</dependency>
5252
<!-- [END dependencies] -->
5353
</dependencies>

managed_vms/cron/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/datastore/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>gcloud-java-datastore</artifactId>
50-
<version>0.2.7</version>
50+
<version>0.2.8</version>
5151
</dependency>
5252
<!-- [END dependencies] -->
5353
</dependencies>

managed_vms/disk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/extending-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/mailgun/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

@@ -47,17 +47,17 @@
4747
<dependency>
4848
<groupId>com.sun.jersey</groupId>
4949
<artifactId>jersey-core</artifactId>
50-
<version>1.19.1</version>
50+
<version>1.19.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.sun.jersey</groupId>
5454
<artifactId>jersey-client</artifactId>
55-
<version>1.19.1</version>
55+
<version>1.19.2</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.sun.jersey.contribs</groupId>
5959
<artifactId>jersey-multipart</artifactId>
60-
<version>1.19.1</version>
60+
<version>1.19.2</version>
6161
</dependency>
6262
<!-- [END dependencies] -->
6363
</dependencies>

managed_vms/mailjet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/memcache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/sendgrid/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/static-files/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<maven-war-plugin-version>2.6</maven-war-plugin-version>
34-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
34+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3535
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3636
</properties>
3737

managed_vms/twilio/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<properties>
3131
<maven.compiler.target>1.8</maven.compiler.target>
3232
<maven.compiler.source>1.8</maven.compiler.source>
33-
<gcloud-maven-plugin-version>2.0.9.106.v20160420</gcloud-maven-plugin-version>
33+
<gcloud-maven-plugin-version>2.0.9.121.v20160815</gcloud-maven-plugin-version>
3434
<jetty-maven-plugin-version>9.3.7.v20160115</jetty-maven-plugin-version>
3535
<maven-war-plugin-version>2.6</maven-war-plugin-version>
3636
<maven-surefire-plugin-version>2.19.1</maven-surefire-plugin-version>

monitoring/v3/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<properties>
3131
<maven.compiler.target>1.7</maven.compiler.target>
3232
<maven.compiler.source>1.7</maven.compiler.source>
33-
<project.http.version>1.19.0</project.http.version>
34-
<project.oauth.version>1.19.0</project.oauth.version>
33+
<project.http.version>1.22.0</project.http.version>
34+
<project.oauth.version>1.22.0</project.oauth.version>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<skipTests>true</skipTests>
3737
</properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<properties>
33-
<appengine.sdk.version>1.9.38</appengine.sdk.version>
33+
<appengine.sdk.version>1.9.42</appengine.sdk.version>
3434
<appengine.app.version>1</appengine.app.version>
3535
<project.http.version>1.19.0</project.http.version>
3636
<project.oauth.version>1.19.0</project.oauth.version>

storage/xml-api/cmdline-sample/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
</parent>
2828

2929
<properties>
30-
<project.http.version>1.20.0</project.http.version>
30+
<project.http.version>1.22.0</project.http.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<codehaus-exec-maven-plugin>1.1</codehaus-exec-maven-plugin>
33-
<maven-compiler-plugin-version>3.2</maven-compiler-plugin-version>
32+
<codehaus-exec-maven-plugin>1.5.0</codehaus-exec-maven-plugin>
33+
<maven-compiler-plugin-version>3.5.1</maven-compiler-plugin-version>
3434
</properties>
3535

3636
<build>

storage/xml-api/serviceaccount-appengine-sample/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<properties>
3434
<maven.compiler.target>1.7</maven.compiler.target>
3535
<maven.compiler.source>1.7</maven.compiler.source>
36-
<google-api-client.version>1.21.0</google-api-client.version>
36+
<google-api-client.version>1.22.0</google-api-client.version>
3737
<webappDirectory>${project.build.directory}/${project.build.finalName}
3838
</webappDirectory>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<codehaus-exec-maven-plugin-version>1.1</codehaus-exec-maven-plugin-version>
41-
<codehaus-findbugs-maven-plugin-version>2.3.2</codehaus-findbugs-maven-plugin-version>
42-
<maven-war-plugin-version>2.1.1</maven-war-plugin-version>
41+
<codehaus-findbugs-maven-plugin-version>3.0.4</codehaus-findbugs-maven-plugin-version>
42+
<maven-war-plugin-version>2.6</maven-war-plugin-version>
4343
</properties>
4444

4545
<build>

taskqueue/deferred/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<properties>
3232
<maven.compiler.target>1.7</maven.compiler.target>
3333
<maven.compiler.source>1.7</maven.compiler.source>
34-
<codehaus-versions-maven-plugin-version>2.1</codehaus-versions-maven-plugin-version>
35-
<maven-war-plugin-version>2.4</maven-war-plugin-version>
34+
<codehaus-versions-maven-plugin-version>2.2</codehaus-versions-maven-plugin-version>
35+
<maven-war-plugin-version>2.6</maven-war-plugin-version>
3636
</properties>
3737

3838
<dependencies>

vision/face-detection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.apis</groupId>
4141
<artifactId>google-api-services-vision</artifactId>
42-
<version>v1-rev22-1.22.0</version>
42+
<version>v1-rev24-1.22.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api-client</groupId>

0 commit comments

Comments
 (0)