Skip to content

Commit 4e0d47c

Browse files
dpebotlesv
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#400)
1 parent 528d314 commit 4e0d47c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

2727
<parent>

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.44</appengine.sdk.version>
32+
<appengine.sdk.version>1.9.46</appengine.sdk.version>
3333
<appengine.app.version>1</appengine.app.version>
3434
<project.http.version>1.19.0</project.http.version>
3535
<project.oauth.version>1.19.0</project.oauth.version>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>org.mockito</groupId>
155155
<artifactId>mockito-core</artifactId>
156-
<version>2.2.10</version>
156+
<version>2.2.11</version>
157157
<scope>test</scope>
158158
</dependency>
159159
<dependency>

speech/grpc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ limitations under the License.
130130
<dependency>
131131
<groupId>com.google.auth</groupId>
132132
<artifactId>google-auth-library-credentials</artifactId>
133-
<version>0.5.0</version>
133+
<version>0.6.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.google.auth</groupId>
137137
<artifactId>google-auth-library-oauth2-http</artifactId>
138-
<version>0.5.0</version>
138+
<version>0.6.0</version>
139139
<exclusions>
140140
<!-- Exclude an old version of guava that is being pulled
141141
in by a transitive dependency of google-api-client -->

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-rev89-1.22.0</version>
42+
<version>v1-rev90-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-rev89-1.22.0</version>
69+
<version>v1-rev90-1.22.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.http-client</groupId>

0 commit comments

Comments
 (0)