File tree Expand file tree Collapse file tree
branches/autosynth-iamcredentials/google-cloud-clients Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ refs/heads/pubsub-ordering-keys: 858d4e986a0ba48e08f00d42f51cbdecb175f5d6
162162refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
163163refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
164164refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
165- refs/heads/autosynth-iamcredentials: f5fae7efce06272dffd4f76b9cfa2ae13dee3c68
165+ refs/heads/autosynth-iamcredentials: 07e03b54df93dcbf8109cffc9ea179c41ef75560
166166refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
167167refs/heads/release-google-cloud-java-v0.81.0: 0352cd0dd11f4fd1fbd1ff16e7a96beaccc7b475
168168refs/heads/release-google-cloud-java-v0.81.1-SNAPSHOT: 5a74ccb1f12506a3b67b65521881298fde20bd6f
Original file line number Diff line number Diff line change 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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments