Skip to content

Commit ccae927

Browse files
authored
---
yaml --- r: 29805 b: refs/heads/autosynth-video-intelligence c: 20912a4 h: refs/heads/master i: 29803: fd938b1
1 parent 05928d9 commit ccae927

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: e9a9a8564756e20770320ed54eafa867040a7690
116116
refs/heads/autosynth-monitoring: f3b29d97f847cecd186ec14aeee04a232aaf0e1b
117117
refs/heads/autosynth-pubsub: 7cb1cf88e2e0731dbdfb4540a0dce7fb33f71c93
118-
refs/heads/autosynth-video-intelligence: 229ee93ab448f6c7024948839051df9d605d1b0e
118+
refs/heads/autosynth-video-intelligence: 20912a41d87694d26203fc8357fb3bb881ff504a
119119
refs/heads/autosynth-vision: 01ef61bcef344ceee0198f56f18bc1db20201261
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

branches/autosynth-video-intelligence/google-cloud-clients/google-cloud-storage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>
35-
<groupId>com.google.http-client</groupId>
36-
<artifactId>google-http-client-apache</artifactId>
37-
<version>2.1.0</version>
35+
<groupId>org.apache.httpcomponents</groupId>
36+
<artifactId>httpclient</artifactId>
37+
<version>${apache.httpclient.version}</version>
3838
</dependency>
3939

4040
<!-- Test dependencies -->

branches/autosynth-video-intelligence/google-cloud-clients/pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<github.global.server>github</github.global.server>
155155
<site.installationModule>google-cloud-clients</site.installationModule>
156156
<bom.version>0.91.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
157-
<api-client.version>1.27.0</api-client.version>
157+
<api-client.version>1.28.0</api-client.version>
158158
<!-- make sure to keep gax version in sync with google-cloud-bom -->
159159
<gax.version>1.44.0</gax.version>
160160
<api.common.java.version>1.8.1</api.common.java.version>
@@ -167,6 +167,8 @@
167167
<protobuf.version>3.7.1</protobuf.version>
168168
<!-- make sure to keep opencensus version in sync with grpc -->
169169
<opencensus.version>0.19.2</opencensus.version>
170+
<!-- make sure to keep version in sync with google-http-client -->
171+
<apache.httpclient.version>4.5.5</apache.httpclient.version>
170172
<!-- test dependency versions -->
171173
<easymock.version>3.4</easymock.version>
172174
<objenesis.version>2.6</objenesis.version>
@@ -199,12 +201,12 @@
199201
<dependency>
200202
<groupId>com.google.apis</groupId>
201203
<artifactId>google-api-services-bigquery</artifactId>
202-
<version>v2-rev20181104-1.27.0</version>
204+
<version>v2-rev20190423-1.28.0</version>
203205
</dependency>
204206
<dependency>
205207
<groupId>com.google.apis</groupId>
206208
<artifactId>google-api-services-compute</artifactId>
207-
<version>v1-rev20181022-1.27.0</version>
209+
<version>v1-rev20190403-1.28.0</version>
208210
</dependency>
209211
<dependency>
210212
<groupId>com.google.cloud.datastore</groupId>
@@ -214,7 +216,7 @@
214216
<dependency>
215217
<groupId>com.google.apis</groupId>
216218
<artifactId>google-api-services-dns</artifactId>
217-
<version>v1-rev20180813-1.27.0</version>
219+
<version>v1-rev20190418-1.28.0</version>
218220
</dependency>
219221

220222
<!-- TODO(chingor): Remove this when grpc and guava converge -->
@@ -233,17 +235,17 @@
233235
<dependency>
234236
<groupId>com.google.apis</groupId>
235237
<artifactId>google-api-services-cloudresourcemanager</artifactId>
236-
<version>v1-rev20181015-1.27.0</version>
238+
<version>v1-rev20190424-1.28.0</version>
237239
</dependency>
238240
<dependency>
239241
<groupId>com.google.apis</groupId>
240242
<artifactId>google-api-services-storage</artifactId>
241-
<version>v1-rev20181109-1.27.0</version>
243+
<version>v1-rev20190426-1.28.0</version>
242244
</dependency>
243245
<dependency>
244246
<groupId>com.google.apis</groupId>
245247
<artifactId>google-api-services-translate</artifactId>
246-
<version>v2-rev20170525-1.27.0</version>
248+
<version>v2-rev20170525-1.28.0</version>
247249
</dependency>
248250
<dependency>
249251
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)