Skip to content

Commit 867cb27

Browse files
committed
Auto-update dependencies.
1 parent 9570885 commit 867cb27

File tree

29 files changed

+41
-41
lines changed

29 files changed

+41
-41
lines changed

appengine/endpoints-frameworks-v2/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333

34-
<endpoints.framework.version>2.0.6</endpoints.framework.version>
34+
<endpoints.framework.version>2.0.7</endpoints.framework.version>
3535
<endpoints.management.version>1.0.3</endpoints.management.version>
3636

3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-core</artifactId>
67-
<version>2.9.0.pr2</version>
67+
<version>2.9.0.pr3</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-databind</artifactId>
72-
<version>2.9.0.pr2</version>
72+
<version>2.9.0.pr3</version>
7373
</dependency>
7474

7575
<!-- Test Dependencies -->

bigquery/cloud-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-bigquery</artifactId>
40-
<version>0.13.0-beta</version>
40+
<version>0.17.1-beta</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>commons-cli</groupId>
4444
<artifactId>commons-cli</artifactId>
45-
<version>1.3.1</version>
45+
<version>1.4</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>joda-time</groupId>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
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-rev143-1.22.0</project.compute.version>
92+
<project.compute.version>v1-rev144-1.22.0</project.compute.version>
9393
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9494
</properties>
9595
</project>

datastore/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-datastore</artifactId>
40-
<version>0.13.0-beta</version>
40+
<version>1.0.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datastore</artifactId>
44-
<version>0.13.0-beta</version>
44+
<version>1.0.0</version>
4545
</dependency>
4646

4747
<!-- Test dependencies -->

flexible/cloudsql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
<dependency>
5555
<groupId>com.google.api-client</groupId>
5656
<artifactId>google-api-client</artifactId>
57-
<version>1.21.0</version>
57+
<version>1.22.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.google.api-client</groupId>
6161
<artifactId>google-api-client-appengine</artifactId>
62-
<version>1.21.0</version>
62+
<version>1.22.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.api-client</groupId>
6666
<artifactId>google-api-client-servlet</artifactId>
67-
<version>1.21.0</version>
67+
<version>1.22.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>javax.servlet</groupId>

flexible/cloudstorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-storage</artifactId>
52-
<version>0.13.0-beta</version>
52+
<version>1.0.0</version>
5353
</dependency>
5454
<!-- [END dependencies] -->
5555
</dependencies>

flexible/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-datastore</artifactId>
52-
<version>0.13.0-beta</version>
52+
<version>1.0.0</version>
5353
</dependency>
5454
<!-- [END dependencies] -->
5555
</dependencies>

flexible/pubsub/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030

3131
<properties>
32-
<appengine.maven.plugin>1.3.0</appengine.maven.plugin>
32+
<appengine.maven.plugin>1.2.1</appengine.maven.plugin>
3333
<maven.compiler.target>1.8</maven.compiler.target>
3434
<maven.compiler.source>1.8</maven.compiler.source>
3535
<failOnMissingWebXml>false</failOnMissingWebXml>
@@ -49,32 +49,32 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-pubsub</artifactId>
52-
<version>0.13.0-alpha</version>
52+
<version>0.17.1-alpha</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-datastore</artifactId>
57-
<version>0.13.0-beta</version>
57+
<version>1.0.0</version>
5858
</dependency>
5959
<!-- [END dependencies] -->
6060

6161
<!-- Test Dependencies -->
6262
<dependency>
6363
<groupId>com.google.appengine</groupId>
6464
<artifactId>appengine-api-stubs</artifactId>
65-
<version>1.9.38</version>
65+
<version>1.9.51</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.appengine</groupId>
7070
<artifactId>appengine-tools-sdk</artifactId>
71-
<version>1.9.38</version>
71+
<version>1.9.51</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.eclipse.jetty</groupId>
7676
<artifactId>jetty-server</artifactId>
77-
<version>9.4.3.v20170317</version>
77+
<version>9.4.4.v20170414</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>junit</groupId>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.eclipse.jetty</groupId>
9292
<artifactId>jetty-servlet</artifactId>
93-
<version>9.3.14.v20161028</version>
93+
<version>9.4.4.v20170414</version>
9494
</dependency>
9595
</dependencies>
9696
<build>

0 commit comments

Comments
 (0)