|
154 | 154 | <github.global.server>github</github.global.server> |
155 | 155 | <site.installationModule>google-cloud-clients</site.installationModule> |
156 | 156 | <bom.version>0.94.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} --> |
157 | | - <api-client.version>1.28.0</api-client.version> |
| 157 | + <api-client.version>1.29.2</api-client.version> |
158 | 158 | <!-- make sure to keep gax version in sync with google-cloud-bom --> |
159 | 159 | <gax.version>1.44.0</gax.version> |
160 | 160 | <api.common.java.version>1.8.1</api.common.java.version> |
|
163 | 163 | <!-- We are currently using the *-android version to support JDK7. --> |
164 | 164 | <guava.version>27.1-android</guava.version> |
165 | 165 | <http-client-bom.version>1.29.2</http-client-bom.version> |
166 | | - <oauth-client.version>1.29.0</oauth-client.version> |
| 166 | + <oauth-client.version>1.29.2</oauth-client.version> |
167 | 167 | <protobuf.version>3.7.1</protobuf.version> |
168 | 168 | <!-- make sure to keep opencensus version in sync with grpc --> |
169 | 169 | <opencensus.version>0.21.0</opencensus.version> |
|
198 | 198 | <type>pom</type> |
199 | 199 | <scope>import</scope> |
200 | 200 | </dependency> |
| 201 | + <dependency> |
| 202 | + <groupId>com.google.oauth-client</groupId> |
| 203 | + <artifactId>google-oauth-client-bom</artifactId> |
| 204 | + <version>${oauth-client.version}</version> |
| 205 | + <type>pom</type> |
| 206 | + <scope>import</scope> |
| 207 | + </dependency> |
| 208 | + <dependency> |
| 209 | + <groupId>com.google.api-client</groupId> |
| 210 | + <artifactId>google-api-client-bom</artifactId> |
| 211 | + <version>${api-client.version}</version> |
| 212 | + <type>pom</type> |
| 213 | + <scope>import</scope> |
| 214 | + </dependency> |
201 | 215 | <dependency> |
202 | 216 | <groupId>com.google.apis</groupId> |
203 | 217 | <artifactId>google-api-services-bigquery</artifactId> |
|
323 | 337 | <artifactId>auto-value</artifactId> |
324 | 338 | <version>1.4</version> |
325 | 339 | </dependency> |
326 | | - <dependency> |
327 | | - <groupId>com.google.oauth-client</groupId> |
328 | | - <artifactId>google-oauth-client</artifactId> |
329 | | - <version>${oauth-client.version}</version> |
330 | | - </dependency> |
331 | | - <dependency> |
332 | | - <groupId>com.google.api-client</groupId> |
333 | | - <artifactId>google-api-client-appengine</artifactId> |
334 | | - <version>${api-client.version}</version> |
335 | | - </dependency> |
336 | | - <dependency> |
337 | | - <groupId>com.google.api-client</groupId> |
338 | | - <artifactId>google-api-client</artifactId> |
339 | | - <version>${api-client.version}</version> |
340 | | - </dependency> |
341 | 340 | <dependency> |
342 | 341 | <groupId>com.google.auth</groupId> |
343 | 342 | <artifactId>google-auth-library-credentials</artifactId> |
|
0 commit comments