Skip to content

Commit c4c1a8b

Browse files
authored
Auto-update dependencies. (GoogleCloudPlatform#444)
1 parent 7410801 commit c4c1a8b

File tree

21 files changed

+28
-28
lines changed

21 files changed

+28
-28
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.121.v20160815</gcloud-maven-plugin-version>
31+
<gcloud-maven-plugin-version>2.0.9.133.v201611104</gcloud-maven-plugin-version>
3232
</properties>
3333

3434
<dependencies>

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.46</appengine.sdk.version>
24+
<appengine.sdk.version>1.9.48</appengine.sdk.version>
2525
</properties>
2626

2727
<parent>

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.6.0</version>
40+
<version>0.7.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

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-rev130-1.22.0</project.compute.version>
92+
<project.compute.version>v1-rev131-1.22.0</project.compute.version>
9393
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9494
</properties>
9595
</project>

compute/error-reporting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<maven.compiler.source>1.8</maven.compiler.source>
36-
<maven-assembly-plugin-version>2.6</maven-assembly-plugin-version>
36+
<maven-assembly-plugin-version>3.0.0</maven-assembly-plugin-version>
3737
</properties>
3838

3939
<dependencies>

compute/sendgrid/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<maven.compiler.source>1.8</maven.compiler.source>
36-
<maven-assembly-plugin-version>2.6</maven-assembly-plugin-version>
36+
<maven-assembly-plugin-version>3.0.0</maven-assembly-plugin-version>
3737
</properties>
3838

3939
<dependencies>

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>0.6.0</version>
40+
<version>0.7.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.google.cloud</groupId>
3737
<artifactId>google-cloud-datastore</artifactId>
38-
<version>0.6.0</version>
38+
<version>0.7.0</version>
3939
</dependency>
4040

4141
<!-- Test dependencies -->

flexible/cloudstorage/pom.xml

+1-1
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.6.0</version>
52+
<version>0.7.0</version>
5353
</dependency>
5454
<!-- [END dependencies] -->
5555
</dependencies>

flexible/datastore/pom.xml

+1-1
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.6.0</version>
52+
<version>0.7.0</version>
5353
</dependency>
5454
<!-- [END dependencies] -->
5555
</dependencies>

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.cloud</groupId>
2727
<artifactId>google-cloud-language</artifactId>
28-
<version>0.7.0</version>
28+
<version>0.8.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.google.guava</groupId>

logging/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-logging</artifactId>
40-
<version>0.6.0</version>
40+
<version>0.7.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

monitoring/v3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.google.apis</groupId>
7272
<artifactId>google-api-services-monitoring</artifactId>
73-
<version>v3-rev19-1.20.0</version>
73+
<version>v3-rev20-1.22.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.google.code.gson</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030

3131
<properties>
32-
<appengine.sdk.version>1.9.46</appengine.sdk.version>
32+
<appengine.sdk.version>1.9.48</appengine.sdk.version>
3333
<appengine.app.version>1</appengine.app.version>
3434

3535
<project.http.version>1.19.0</project.http.version>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>org.mockito</groupId>
159159
<artifactId>mockito-core</artifactId>
160-
<version>2.2.17</version>
160+
<version>2.2.29</version>
161161
<scope>test</scope>
162162
</dependency>
163163
<dependency>

pubsub/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-pubsub</artifactId>
40-
<version>0.6.0</version>
40+
<version>0.8.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

speech/grpc/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ limitations under the License.
4949
<properties>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
52-
<grpc-protobuf-version>1.0.1</grpc-protobuf-version>
53-
<maven-compiler-plugin-version>3.5.1</maven-compiler-plugin-version>
52+
<grpc-protobuf-version>1.0.2</grpc-protobuf-version>
53+
<maven-compiler-plugin-version>3.6.0</maven-compiler-plugin-version>
5454
<xolstice-protobuf-maven-plugin-version>0.5.0</xolstice-protobuf-maven-plugin-version>
5555
</properties>
5656

@@ -159,12 +159,12 @@ limitations under the License.
159159
<dependency>
160160
<groupId>io.grpc</groupId>
161161
<artifactId>grpc-auth</artifactId>
162-
<version>1.0.1</version>
162+
<version>1.0.2</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.grpc</groupId>
166166
<artifactId>grpc-netty</artifactId>
167-
<version>1.0.1</version>
167+
<version>1.0.2</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>io.grpc</groupId>
@@ -174,7 +174,7 @@ limitations under the License.
174174
<dependency>
175175
<groupId>io.grpc</groupId>
176176
<artifactId>grpc-stub</artifactId>
177-
<version>1.0.1</version>
177+
<version>1.0.2</version>
178178
</dependency>
179179
<dependency>
180180
<!--
@@ -187,7 +187,7 @@ limitations under the License.
187187
- -->
188188
<groupId>io.netty</groupId>
189189
<artifactId>netty-tcnative-boringssl-static</artifactId>
190-
<version>1.1.33.Fork23</version>
190+
<version>1.1.33.Fork24</version>
191191
<classifier>${tcnative.classifier}</classifier>
192192
</dependency>
193193
<dependency>

storage/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-storage</artifactId>
40-
<version>0.6.0</version>
40+
<version>0.7.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

storage/json-api/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-storage</artifactId>
42-
<version>v1-rev91-1.22.0</version>
42+
<version>v1-rev92-1.22.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.oauth-client</groupId>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.http.version>1.22.0</project.http.version>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<codehaus-exec-maven-plugin>1.5.0</codehaus-exec-maven-plugin>
33-
<maven-compiler-plugin-version>3.5.1</maven-compiler-plugin-version>
33+
<maven-compiler-plugin-version>3.6.0</maven-compiler-plugin-version>
3434
</properties>
3535

3636
<build>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.apis</groupId>
6868
<artifactId>google-api-services-storage</artifactId>
69-
<version>v1-rev91-1.22.0</version>
69+
<version>v1-rev92-1.22.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.http-client</groupId>

translate/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-translate</artifactId>
40-
<version>0.6.0</version>
40+
<version>0.8.0</version>
4141
</dependency>
4242

4343
<!-- Test dependencies -->

translate/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-translate</artifactId>
41-
<version>0.6.0</version>
41+
<version>0.8.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>junit</groupId>

0 commit comments

Comments
 (0)