Skip to content

Commit f64e4f3

Browse files
dpebotkurtisvg
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#912)
* Auto-update dependencies. * Reverted Vision API classes. * Fixed OperationalFuture references. * Fixed some more Vision classes back. * Fixed some more classes.
1 parent 33b2352 commit f64e4f3

File tree

74 files changed

+209
-214
lines changed

Some content is hidden

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

74 files changed

+209
-214
lines changed

appengine-java8/analytics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.mockito</groupId>
8787
<artifactId>mockito-core</artifactId>
88-
<version>2.11.0</version>
88+
<version>2.12.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

appengine-java8/bigtable/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License.
3131
</parent>
3232

3333
<properties>
34-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
34+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3737
<maven.compiler.source>1.8</maven.compiler.source>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939
<maven.compiler.source>1.8</maven.compiler.source>
40-
<appengine.maven.plugin.version>1.3.1</appengine.maven.plugin.version>
40+
<appengine.maven.plugin.version>1.3.2</appengine.maven.plugin.version>
4141
</properties>
4242

4343
<dependencies>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.endpoints</groupId>
5252
<artifactId>endpoints-management-control-appengine-all</artifactId>
53-
<version>1.0.5</version>
53+
<version>1.0.6</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.appengine</groupId>

appengine-java8/endpoints-v2-guice/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939
<maven.compiler.source>1.8</maven.compiler.source>
40-
<appengine.maven.plugin.version>1.3.1</appengine.maven.plugin.version>
40+
<appengine.maven.plugin.version>1.3.2</appengine.maven.plugin.version>
4141
</properties>
4242

4343
<dependencies>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.google.endpoints</groupId>
5959
<artifactId>endpoints-management-control-appengine-all</artifactId>
60-
<version>1.0.5</version>
60+
<version>1.0.6</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.appengine</groupId>

appengine-java8/firebase-tictactoe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<junit.version>4.12</junit.version>
3737
<mockito.version>1.10.19</mockito.version>
3838
<google-truth.version>0.36</google-truth.version>
39-
<appengine-maven.version>1.3.1</appengine-maven.version>
39+
<appengine-maven.version>1.3.2</appengine-maven.version>
4040
</properties>
4141

4242
<dependencies>

appengine-java8/guestbook-cloud-datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud</artifactId>
62-
<version>0.26.0-alpha</version>
62+
<version>0.29.0-alpha</version>
6363
</dependency>
6464

6565
<dependency>

appengine-java8/pubsub/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<maven.compiler.target>1.8</maven.compiler.target>
3333
<maven.compiler.source>1.8</maven.compiler.source>
3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
35-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
35+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3636
<jetty>9.4.4.v20170414</jetty>
3737
</properties>
3838

@@ -49,12 +49,12 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-pubsub</artifactId>
52-
<version>0.26.0-beta</version>
52+
<version>0.29.0-beta</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.google.cloud</groupId>
5656
<artifactId>google-cloud-datastore</artifactId>
57-
<version>1.8.0</version>
57+
<version>1.11.0</version>
5858
</dependency>
5959
<!-- [END dependencies] -->
6060
</dependencies>

appengine-java8/spanner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-spanner</artifactId>
40-
<version>0.26.0-beta</version>
40+
<version>0.29.0-beta</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>javax.servlet</groupId>

appengine-java8/taskqueues-deferred/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.mockito</groupId>
6767
<artifactId>mockito-core</artifactId>
68-
<version>2.11.0</version>
68+
<version>2.12.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.appengine</groupId>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3737
<maven.compiler.target>1.7</maven.compiler.target>
3838
<maven.compiler.source>1.7</maven.compiler.source>
39-
<appengine.maven.plugin.version>1.3.1</appengine.maven.plugin.version>
39+
<appengine.maven.plugin.version>1.3.2</appengine.maven.plugin.version>
4040
</properties>
4141

4242
<dependencies>
@@ -50,12 +50,12 @@
5050
<dependency>
5151
<groupId>com.google.endpoints</groupId>
5252
<artifactId>endpoints-management-control-appengine</artifactId>
53-
<version>1.0.5</version>
53+
<version>1.0.6</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.endpoints</groupId>
5757
<artifactId>endpoints-framework-auth</artifactId>
58-
<version>1.0.5</version>
58+
<version>1.0.6</version>
5959
</dependency>
6060
<!-- [END api_management] -->
6161
<dependency>

appengine/endpoints-frameworks-v2/guice-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3737
<maven.compiler.target>1.7</maven.compiler.target>
3838
<maven.compiler.source>1.7</maven.compiler.source>
39-
<appengine.maven.plugin.version>1.3.1</appengine.maven.plugin.version>
39+
<appengine.maven.plugin.version>1.3.2</appengine.maven.plugin.version>
4040
</properties>
4141

4242
<dependencies>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.endpoints</groupId>
5656
<artifactId>endpoints-management-control-appengine-all</artifactId>
57-
<version>1.0.5</version>
57+
<version>1.0.6</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.google.appengine</groupId>

appengine/firebase-tictactoe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.mockito</groupId>
5757
<artifactId>mockito-core</artifactId>
58-
<version>2.11.0</version>
58+
<version>2.12.0</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.appengine</groupId>

appengine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.mockito</groupId>
116116
<artifactId>mockito-core</artifactId>
117-
<version>2.11.0</version>
117+
<version>2.12.0</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>

bigquery/cloud-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-bigquery</artifactId>
40-
<version>0.26.0-beta</version>
40+
<version>0.29.0-beta</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>commons-cli</groupId>

compute/cmdline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ limitations under the License.
8484
</dependency>
8585
</dependencies>
8686
<properties>
87-
<project.compute.version>v1-rev160-1.23.0</project.compute.version>
87+
<project.compute.version>v1-rev161-1.23.0</project.compute.version>
8888
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8989
</properties>
9090
</project>

datastore/cloud-client/pom.xml

+1-1
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>1.8.0</version>
40+
<version>1.11.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

datastore/pom.xml

+1-1
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>1.8.0</version>
44+
<version>1.11.0</version>
4545
</dependency>
4646

4747
<!-- Test dependencies -->

dlp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dlp</artifactId>
45-
<version>0.26.0-alpha</version>
45+
<version>0.29.0-beta</version>
4646
</dependency>
4747
<!-- [END dlp_maven] -->
4848
<dependency>

dlp/src/main/java/com/example/dlp/Inspect.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.dlp;
1818

19-
import com.google.api.gax.rpc.OperationFuture;
19+
import com.google.api.gax.longrunning.OperationFuture;
2020
import com.google.cloud.ServiceOptions;
2121
import com.google.cloud.dlp.v2beta1.DlpServiceClient;
2222
import com.google.longrunning.Operation;
@@ -235,7 +235,7 @@ private static void inspectGcsFile(
235235
OutputStorageConfig outputConfig = OutputStorageConfig.getDefaultInstance();
236236

237237
// asynchronously submit an inspect operation
238-
OperationFuture<InspectOperationResult, InspectOperationMetadata, Operation> responseFuture =
238+
OperationFuture<InspectOperationResult, InspectOperationMetadata> responseFuture =
239239
dlpServiceClient.createInspectOperationAsync(inspectConfig, storageConfig, outputConfig);
240240

241241
// ...
@@ -309,7 +309,7 @@ private static void inspectDatastore(
309309
OutputStorageConfig outputConfig = OutputStorageConfig.getDefaultInstance();
310310

311311
// asynchronously submit an inspect operation
312-
OperationFuture<InspectOperationResult, InspectOperationMetadata, Operation> responseFuture =
312+
OperationFuture<InspectOperationResult, InspectOperationMetadata> responseFuture =
313313
dlpServiceClient.createInspectOperationAsync(inspectConfig, storageConfig, outputConfig);
314314

315315
// ...
@@ -387,7 +387,7 @@ private static void inspectBigquery(
387387
OutputStorageConfig outputConfig = OutputStorageConfig.getDefaultInstance();
388388

389389
// asynchronously submit an inspect operation
390-
OperationFuture<InspectOperationResult, InspectOperationMetadata, Operation> responseFuture =
390+
OperationFuture<InspectOperationResult, InspectOperationMetadata> responseFuture =
391391
dlpServiceClient.createInspectOperationAsync(
392392
inspectConfig, storageConfig, outputConfig);
393393

dlp/src/main/java/com/example/dlp/RiskAnalysis.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.dlp;
1818

19-
import com.google.api.gax.rpc.OperationFuture;
19+
import com.google.api.gax.longrunning.OperationFuture;
2020
import com.google.cloud.ServiceOptions;
2121
import com.google.cloud.dlp.v2beta1.DlpServiceClient;
2222
import com.google.longrunning.Operation;
@@ -102,7 +102,7 @@ private static void calculateNumericalStats(
102102
.build();
103103

104104
// asynchronously submit a risk analysis operation
105-
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata, Operation>
105+
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata>
106106
responseFuture = dlpServiceClient.analyzeDataSourceRiskAsync(request);
107107

108108
// ...
@@ -180,7 +180,7 @@ private static void calculateCategoricalStats(
180180
.build();
181181

182182
// asynchronously submit a risk analysis operation
183-
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata, Operation>
183+
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata>
184184
responseFuture = dlpServiceClient.analyzeDataSourceRiskAsync(request);
185185

186186
// ...
@@ -259,7 +259,7 @@ private static void calculateKAnonymity(
259259
.build();
260260

261261
// asynchronously submit a risk analysis operation
262-
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata, Operation>
262+
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata>
263263
responseFuture = dlpServiceClient.analyzeDataSourceRiskAsync(request);
264264

265265
// ...
@@ -352,7 +352,7 @@ private static void calculateLDiversity(
352352
.build();
353353

354354
// asynchronously submit a risk analysis operation
355-
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata, Operation>
355+
OperationFuture<RiskAnalysisOperationResult, RiskAnalysisOperationMetadata>
356356
responseFuture = dlpServiceClient.analyzeDataSourceRiskAsync(request);
357357

358358
// ...

errorreporting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>google-cloud-errorreporting</artifactId>
39-
<version>0.26.0-alpha</version>
39+
<version>0.29.0-beta</version>
4040
</dependency>
4141
<!-- Test dependencies -->
4242
<dependency>

firestore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-firestore</artifactId>
46-
<version>0.26.0-beta</version>
46+
<version>0.29.0-beta</version>
4747
</dependency>
4848
<!-- [END fs-maven] -->
4949

flexible/analytics/pom.xml

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

3030
<properties>
31-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
31+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3232
<jetty>9.4.4.v20170414</jetty>
3333

3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

flexible/async-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3535

36-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
36+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3737
<jetty>9.4.4.v20170414</jetty>
3838

3939
<maven.compiler.target>1.8</maven.compiler.target>

flexible/cloudstorage/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3535

36-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
36+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3737
<jetty>9.4.4.v20170414</jetty>
3838
</properties>
3939

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-storage</artifactId>
52-
<version>1.8.0</version>
52+
<version>1.11.0</version>
5353
</dependency>
5454
<!-- [END dependencies] -->
5555
</dependencies>

flexible/cron/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3535

36-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
36+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3737
<jetty>9.4.4.v20170414</jetty>
3838
</properties>
3939

flexible/datastore/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3535

36-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
36+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3737
<jetty>9.4.4.v20170414</jetty>
3838
</properties>
3939

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-datastore</artifactId>
52-
<version>1.8.0</version>
52+
<version>1.11.0</version>
5353
</dependency>
5454
<!-- [END dependencies] -->
5555
</dependencies>

flexible/disk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
3535

36-
<appengine.maven.plugin>1.3.1</appengine.maven.plugin>
36+
<appengine.maven.plugin>1.3.2</appengine.maven.plugin>
3737
<jetty>9.4.4.v20170414</jetty>
3838
</properties>
3939

0 commit comments

Comments
 (0)