Skip to content

Commit 90cd2b6

Browse files
committed
Auto-update dependencies.
1 parent bd0ed67 commit 90cd2b6

File tree

69 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+101
-101
lines changed

appengine-java8/appidentity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.json</groupId>
5353
<artifactId>json</artifactId>
54-
<version>20180130</version>
54+
<version>20180813</version>
5555
</dependency>
5656

5757
<dependency>

appengine-java8/bigquery/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>com.google.cloud</groupId>
5555
<artifactId>google-cloud-bigquery</artifactId>
56-
<version>1.38.0</version>
56+
<version>1.41.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-monitoring</artifactId>
61-
<version>1.38.0</version>
61+
<version>1.41.0</version>
6262
</dependency>
6363
<!-- [END dependencies ] -->
6464

appengine-java8/cloudsql-postgres/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>
6868
<artifactId>google-api-client-appengine</artifactId>
69-
<version>1.24.1</version>
69+
<version>1.25.0</version>
7070
</dependency>
7171

7272
<!-- [START dependencies] -->

appengine-java8/cloudsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.api-client</groupId>
7070
<artifactId>google-api-client-appengine</artifactId>
71-
<version>1.24.1</version>
71+
<version>1.25.0</version>
7272
</dependency>
7373

7474
<!-- [START dependencies] -->

appengine-java8/firebase-tictactoe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.api-client</groupId>
7070
<artifactId>google-api-client-appengine</artifactId>
71-
<version>1.24.1</version>
71+
<version>1.25.0</version>
7272
</dependency>
7373

7474

appengine-java8/pubsub/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-pubsub</artifactId>
55-
<version>1.38.0</version>
55+
<version>1.41.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud-datastore</artifactId>
60-
<version>1.38.0</version>
60+
<version>1.41.0</version>
6161
</dependency>
6262
<!-- [END dependencies] -->
6363
</dependencies>

appengine-java8/requests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Copyright 2016 Google Inc.
6060
<dependency>
6161
<groupId>org.json</groupId>
6262
<artifactId>json</artifactId>
63-
<version>20180130</version>
63+
<version>20180813</version>
6464
</dependency>
6565
<!-- Test Dependencies -->
6666
<dependency>

appengine-java8/spanner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-spanner</artifactId>
47-
<version>0.56.0-beta</version>
47+
<version>0.59.0-beta</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>javax.servlet</groupId>

appengine-java8/taskqueues-push/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Copyright 2016 Google Inc.
4848
<dependency>
4949
<groupId>org.json</groupId>
5050
<artifactId>json</artifactId>
51-
<version>20180130</version>
51+
<version>20180813</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.appengine</groupId>

appengine-java8/translate-pubsub/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-pubsub</artifactId>
52-
<version>1.38.0</version>
52+
<version>1.41.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-datastore</artifactId>
57-
<version>1.38.0</version>
57+
<version>1.41.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud-translate</artifactId>
62-
<version>1.38.0</version>
62+
<version>1.41.0</version>
6363
</dependency>
6464
<!-- [END dependencies] -->
6565
</dependencies>

appengine-java8/urlfetch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright 2015 Google Inc.
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20180130</version>
50+
<version>20180813</version>
5151
</dependency>
5252
</dependencies>
5353

appengine-java8/users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copyright 2015 Google Inc.
5959
<dependency>
6060
<groupId>org.json</groupId>
6161
<artifactId>json</artifactId>
62-
<version>20180130</version>
62+
<version>20180813</version>
6363
</dependency>
6464

6565
<!-- Test Dependencies -->

appengine/appidentity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.json</groupId>
5858
<artifactId>json</artifactId>
59-
<version>20180130</version>
59+
<version>20180813</version>
6060
</dependency>
6161

6262
<!-- Test Dependencies -->

appengine/cloudsql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.google.api-client</groupId>
6969
<artifactId>google-api-client-appengine</artifactId>
70-
<version>1.24.1</version>
70+
<version>1.25.0</version>
7171
</dependency>
7272

7373

appengine/firebase-tictactoe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.api-client</groupId>
5151
<artifactId>google-api-client-appengine</artifactId>
52-
<version>1.24.1</version>
52+
<version>1.25.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.code.gson</groupId>

appengine/logs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.json</groupId>
5454
<artifactId>json</artifactId>
55-
<version>20180130</version>
55+
<version>20180813</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>joda-time</groupId>

appengine/requests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Copyright 2016 Google Inc.
5757
<dependency>
5858
<groupId>org.json</groupId>
5959
<artifactId>json</artifactId>
60-
<version>20180130</version>
60+
<version>20180813</version>
6161
</dependency>
6262
<!-- Test Dependencies -->
6363
<dependency>

appengine/taskqueue/push-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright 2016 Google Inc.
4747
<dependency>
4848
<groupId>org.json</groupId>
4949
<artifactId>json</artifactId>
50-
<version>20180130</version>
50+
<version>20180813</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.appengine</groupId>

appengine/urlfetch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Copyright 2015 Google Inc.
4545
<dependency>
4646
<groupId>org.json</groupId>
4747
<artifactId>json</artifactId>
48-
<version>20180130</version>
48+
<version>20180813</version>
4949
</dependency>
5050
</dependencies>
5151

appengine/users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Copyright 2015 Google Inc.
5454
<dependency>
5555
<groupId>org.json</groupId>
5656
<artifactId>json</artifactId>
57-
<version>20180130</version>
57+
<version>20180813</version>
5858
</dependency>
5959
<!-- Test Dependencies -->
6060
<dependency>

auth/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ limitations under the License.
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-storage</artifactId>
45-
<version>1.38.0</version>
45+
<version>1.41.0</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.google.auth</groupId>
4949
<artifactId>google-auth-library-appengine</artifactId>
50-
<version>0.10.0</version>
50+
<version>0.11.0</version>
5151
</dependency>
5252
<!-- END dependencies -->
5353
<dependency>

bigquery/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-bigquery</artifactId>
43-
<version>1.38.0</version>
43+
<version>1.41.0</version>
4444
</dependency>
4545
<!-- [END dependencies] -->
4646
<dependency>

bigquery/datatransfer/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
43-
<version>0.56.0-beta</version>
43+
<version>0.59.0-beta</version>
4444
</dependency>
4545
<!-- [END dependencies] -->
4646

bigquery/rest/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.api-client</groupId>
4848
<artifactId>google-api-client</artifactId>
49-
<version>1.24.1</version>
49+
<version>1.25.0</version>
5050
<exclusions>
5151
<exclusion> <!-- exclude an old version of Guava -->
5252
<groupId>com.google.guava</groupId>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.google.http-client</groupId>
5959
<artifactId>google-http-client</artifactId>
60-
<version>1.24.1</version>
60+
<version>1.25.0</version>
6161
<exclusions>
6262
<exclusion> <!-- exclude an old version of Guava -->
6363
<groupId>com.google.guava</groupId>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.oauth-client</groupId>
7070
<artifactId>google-oauth-client</artifactId>
71-
<version>1.24.1</version>
71+
<version>1.25.0</version>
7272
<exclusions>
7373
<exclusion> <!-- exclude an old version of Guava -->
7474
<groupId>com.google.guava</groupId>

cloud-tasks/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
<dependency>
4040
<groupId>com.google.apis</groupId>
4141
<artifactId>google-api-services-cloudtasks</artifactId>
42-
<version>v2beta2-rev54-1.24.1</version>
42+
<version>v2beta2-rev55-1.24.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api-client</groupId>
4646
<artifactId>google-api-client</artifactId>
47-
<version>1.24.1</version>
47+
<version>1.25.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.http-client</groupId>
5151
<artifactId>google-http-client-jackson2</artifactId>
52-
<version>1.24.1</version>
52+
<version>1.25.0</version>
5353
</dependency>
5454

5555
<!-- parser dependency -->

compute/cmdline/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ limitations under the License.
3232
<properties>
3333
<maven.compiler.target>1.8</maven.compiler.target>
3434
<maven.compiler.source>1.8</maven.compiler.source>
35-
<project.compute.version>v1-rev193-1.24.1</project.compute.version>
35+
<project.compute.version>v1-rev195-1.24.1</project.compute.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
</properties>
3838

3939
<dependencies>
4040
<dependency>
4141
<groupId>com.google.api-client</groupId>
4242
<artifactId>google-api-client</artifactId>
43-
<version>1.24.1</version>
43+
<version>1.25.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.apis</groupId>

container-registry/container-analysis/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-containeranalysis</artifactId>
42-
<version>0.1.1-alpha</version>
42+
<version>0.59.0-beta</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-pubsub</artifactId>
47-
<version>1.38.0</version>
47+
<version>1.41.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api</groupId>

dataflow/spanner-io/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<java.version>1.8</java.version>
3939
<maven.compiler.source>1.8</maven.compiler.source>
4040
<maven.compiler.target>1.8</maven.compiler.target>
41-
<apache_beam.version>2.3.0</apache_beam.version>
41+
<apache_beam.version>2.6.0</apache_beam.version>
4242
</properties>
4343

4444
<build>

datastore/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-datastore</artifactId>
42-
<version>1.38.0</version>
42+
<version>1.41.0</version>
4343
</dependency>
4444

4545
<!-- Test dependencies -->

datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-datastore</artifactId>
47-
<version>1.38.0</version>
47+
<version>1.41.0</version>
4848
</dependency>
4949

5050
<!-- Test dependencies -->

dlp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-dlp</artifactId>
47-
<version>0.56.0-beta</version>
47+
<version>0.59.0-beta</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-pubsub</artifactId>
52-
<version>1.38.0</version>
52+
<version>1.41.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>commons-cli</groupId>

errorreporting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-errorreporting</artifactId>
41-
<version>0.56.0-beta</version>
41+
<version>0.59.0-beta</version>
4242
</dependency>
4343
<!-- Test dependencies -->
4444
<dependency>

firestore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-firestore</artifactId>
48-
<version>0.56.0-beta</version>
48+
<version>0.59.0-beta</version>
4949
</dependency>
5050
<!-- [END fs-maven] -->
5151

flexible/cloud-tasks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.apis</groupId>
4848
<artifactId>google-api-services-cloudtasks</artifactId>
49-
<version>v2beta2-rev54-1.24.1</version>
49+
<version>v2beta2-rev55-1.24.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.appengine</groupId>

0 commit comments

Comments
 (0)