Skip to content

Commit

Permalink
Auto-update dependencies. (#718)
Browse files Browse the repository at this point in the history
* Auto-update dependencies.

* undo pubsub update

* undo google-cloud-language

* typo

* undo google-cloud-monitoring

* undo google-cloud-spanner

* undo google-cloud-speech, google-cloud-vision
  • Loading branch information
dpebot authored and lesv committed Jun 17, 2017
1 parent 6503abe commit e066898
Show file tree
Hide file tree
Showing 79 changed files with 128 additions and 128 deletions.
6 changes: 3 additions & 3 deletions appengine-java8/analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<appengine.sdk.version>1.9.52</appengine.sdk.version>
<appengine.sdk.version>1.9.54</appengine.sdk.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.22</version>
<version>2.8.47</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions appengine-java8/appidentity/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>
<appengine.sdk.version>1.9.52</appengine.sdk.version>
<appengine.sdk.version>1.9.54</appengine.sdk.version>
</properties>

<dependencies>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.53</version>
<version>1.9.54</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/datastore-indexes-exploding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/datastore-indexes-perfect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/datastore-indexes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/firebase-event-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0.pr3</version>
<version>2.9.0.pr4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0.pr3</version>
<version>2.9.0.pr4</version>
</dependency>

<!-- Test Dependencies -->
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/firebase-tictactoe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<google-api-client.version>1.22.0</google-api-client.version>
<junit.version>4.12</junit.version>
<mockito.version>1.10.19</mockito.version>
<google-truth.version>0.32</google-truth.version>
<google-truth.version>0.33</google-truth.version>
<appengine-maven.version>1.3.1</appengine-maven.version>
</properties>

Expand All @@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.objectify</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/guestbook-cloud-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud</artifactId>
<version>0.17.2-alpha</version>
<version>0.20.0-alpha</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/guestbook-objectify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/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-j8</artifactId>

<properties>
<appengine.sdk.version>1.9.52</appengine.sdk.version>
<appengine.sdk.version>1.9.54</appengine.sdk.version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/logs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down
6 changes: 3 additions & 3 deletions appengine-java8/mailgun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
</dependency>
<!-- [END dependencies] -->
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions appengine-java8/mailjet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>1.19.3</version>
<version>1.19.4</version>
</dependency>
<!-- [END dependencies] -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/multitenancy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/requests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Copyright 2016 Google Inc.
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
Expand Down Expand Up @@ -89,7 +89,7 @@ Copyright 2016 Google Inc.
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Copyright 2015 Google Inc.
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>0.19.0-beta</version>
<version>0.20.0-beta</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.53</version>
<version>1.9.54</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/taskqueues-deferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<appengine.sdk.version>1.9.52</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
<appengine.sdk.version>1.9.54</appengine.sdk.version> <!-- TODO: MOVE TO /appengine -->
</properties>

<dependencies>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.7.22</version>
<version>2.8.47</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/taskqueues-push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright 2016 Google Inc.
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
Expand Down Expand Up @@ -80,7 +80,7 @@ Copyright 2016 Google Inc.
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/urlfetch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright 2015 Google Inc.
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions appengine-java8/users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Copyright 2015 Google Inc.
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>

<!-- Test Dependencies -->
Expand Down Expand Up @@ -90,7 +90,7 @@ Copyright 2015 Google Inc.
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions appengine/appidentity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>

<properties>
<appengine.sdk.version>1.9.52</appengine.sdk.version>
<appengine.sdk.version>1.9.54</appengine.sdk.version>
</properties>

<dependencies>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>

<!-- Test Dependencies -->
Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions appengine/channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20170516</version>
</dependency>
<dependency>
<groupId>com.googlecode.objectify</groupId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine/datastore/indexes-exploding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine/datastore/indexes-perfect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appengine/datastore/indexes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>0.32</version>
<version>0.33</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit e066898

Please sign in to comment.