Skip to content

Commit 5c42e5e

Browse files
authored
---
yaml --- r: 32371 b: refs/heads/autosynth-errorreporting c: 20912a4 h: refs/heads/master i: 32369: a0dec75 32367: 960807f
1 parent e7304ac commit 5c42e5e

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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: 229ee93ab448f6c7024948839051df9d605d1b0e
132+
refs/heads/autosynth-errorreporting: 20912a41d87694d26203fc8357fb3bb881ff504a
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

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