Skip to content

Commit dda0436

Browse files
authored
---
yaml --- r: 33695 b: refs/heads/autosynth-redis c: 20912a4 h: refs/heads/master i: 33693: ea14768 33691: 9d1777f 33687: dd52d0f 33679: cada7ad 33663: ce3d408
1 parent df6e5db commit dda0436

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
@@ -135,7 +135,7 @@ refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135135
refs/heads/autosynth-kms: d31449d6621a50fb16a4bef4f30f0f3051d27d7c
136136
refs/heads/autosynth-language: 6130869312f99a1e7d3aa0485759172a23333cc5
137137
refs/heads/autosynth-os-login: 49028d40ac477fca5f948cc5a3ce7422729fdb67
138-
refs/heads/autosynth-redis: 229ee93ab448f6c7024948839051df9d605d1b0e
138+
refs/heads/autosynth-redis: 20912a41d87694d26203fc8357fb3bb881ff504a
139139
refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: de02ca32edea133b68b51052e325359a3704b5d2
141141
refs/heads/autosynth-speech: 64692f6db11364f663921be02c08072b966b6e7b

branches/autosynth-redis/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-redis/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)