Skip to content

Commit e052f90

Browse files
authored
Merge pull request GoogleCloudPlatform#342 from GoogleCloudPlatform/dpebot-repositorygardener
Auto-update dependencies.
2 parents 5bb2b92 + 7d6d69a commit e052f90

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-core</artifactId>
65-
<version>2.8.2</version>
65+
<version>2.8.3</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.8.2</version>
70+
<version>2.8.3</version>
7171
</dependency>
7272

7373
<!-- Test Dependencies -->

bigquery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.google.apis</groupId>
2525
<artifactId>google-api-services-bigquery</artifactId>
26-
<version>v2-rev320-1.22.0</version>
26+
<version>v2-rev322-1.22.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.google.oauth-client</groupId>

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

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.apis</groupId>
2727
<artifactId>google-api-services-language</artifactId>
28-
<version>v1beta1-rev7-1.22.0</version>
28+
<version>v1beta1-rev8-1.22.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.google.api-client</groupId>

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-rev6-1.22.0</version>
73+
<version>v3-rev7-1.22.0</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.google.code.gson</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.mockito</groupId>
149149
<artifactId>mockito-core</artifactId>
150-
<version>2.0.28-beta</version>
150+
<version>2.1.0-RC.1</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>

speech/grpc/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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.0</grpc-protobuf-version>
52+
<grpc-protobuf-version>1.0.1</grpc-protobuf-version>
5353
<maven-compiler-plugin-version>3.5.1</maven-compiler-plugin-version>
5454
<xolstice-protobuf-maven-plugin-version>0.5.0</xolstice-protobuf-maven-plugin-version>
5555
</properties>
@@ -159,12 +159,12 @@ limitations under the License.
159159
<dependency>
160160
<groupId>io.grpc</groupId>
161161
<artifactId>grpc-auth</artifactId>
162-
<version>1.0.0</version>
162+
<version>1.0.1</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.grpc</groupId>
166166
<artifactId>grpc-netty</artifactId>
167-
<version>1.0.0</version>
167+
<version>1.0.1</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.0</version>
177+
<version>1.0.1</version>
178178
</dependency>
179179
<dependency>
180180
<!--

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-rev82-1.22.0</version>
42+
<version>v1-rev84-1.22.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.oauth-client</groupId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.apis</groupId>
6868
<artifactId>google-api-services-storage</artifactId>
69-
<version>v1-rev82-1.22.0</version>
69+
<version>v1-rev84-1.22.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)