Skip to content

Commit a6b76a0

Browse files
authored
---
yaml --- r: 20627 b: refs/heads/autosynth-websecurityscanner c: 07e03b5 h: refs/heads/master i: 20625: 140157d 20623: c89c411
1 parent 7d01559 commit a6b76a0

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

  • branches/autosynth-websecurityscanner/google-cloud-clients

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
143143
refs/heads/autosynth-tasks: 5d6a4f686ffef2080506d3b613fc7563a8bba1cb
144144
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
145145
refs/heads/autosynth-trace: 8804c46bfe147702ee9c95669f17f42d3790cf23
146-
refs/heads/autosynth-websecurityscanner: f5fae7efce06272dffd4f76b9cfa2ae13dee3c68
146+
refs/heads/autosynth-websecurityscanner: 07e03b54df93dcbf8109cffc9ea179c41ef75560
147147
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
148148
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
149149
refs/heads/mrschmidt-numericadd: 96509abadf6190b7886d57fdd9b090da55f5171c

branches/autosynth-websecurityscanner/google-cloud-clients/pom.xml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<grpc.version>1.18.0</grpc.version>
162162
<!-- We are currently using the *-android version to support JDK7. -->
163163
<guava.version>26.0-android</guava.version>
164-
<http-client.version>1.28.0</http-client.version>
164+
<http-client-bom.version>1.28.0</http-client-bom.version>
165165
<oauth-client.version>1.28.0</oauth-client.version>
166166
<protobuf.version>3.6.1</protobuf.version>
167167
<!-- make sure to keep opencensus version in sync with grpc -->
@@ -188,6 +188,13 @@
188188
<type>pom</type>
189189
<scope>import</scope>
190190
</dependency>
191+
<dependency>
192+
<groupId>com.google.http-client</groupId>
193+
<artifactId>google-http-client-bom</artifactId>
194+
<version>${http-client-bom.version}</version>
195+
<type>pom</type>
196+
<scope>import</scope>
197+
</dependency>
191198
<dependency>
192199
<groupId>com.google.apis</groupId>
193200
<artifactId>google-api-services-bigquery</artifactId>
@@ -313,21 +320,6 @@
313320
<artifactId>auto-value</artifactId>
314321
<version>1.4</version>
315322
</dependency>
316-
<dependency>
317-
<groupId>com.google.http-client</groupId>
318-
<artifactId>google-http-client</artifactId>
319-
<version>${http-client.version}</version>
320-
</dependency>
321-
<dependency>
322-
<groupId>com.google.http-client</groupId>
323-
<artifactId>google-http-client-appengine</artifactId>
324-
<version>${http-client.version}</version>
325-
</dependency>
326-
<dependency>
327-
<groupId>com.google.http-client</groupId>
328-
<artifactId>google-http-client-jackson2</artifactId>
329-
<version>${http-client.version}</version>
330-
</dependency>
331323
<dependency>
332324
<groupId>com.google.oauth-client</groupId>
333325
<artifactId>google-oauth-client</artifactId>

0 commit comments

Comments
 (0)