|
158 | 158 | <!-- make sure to keep gax version in sync with google-cloud-bom --> |
159 | 159 | <gax.version>1.45.0</gax.version> |
160 | 160 | <api.common.java.version>1.8.1</api.common.java.version> |
161 | | - <google.auth.version>0.15.0</google.auth.version> |
| 161 | + <google.auth.version>0.16.1</google.auth.version> |
162 | 162 | <grpc.version>1.21.0</grpc.version> |
163 | 163 | <!-- We are currently using the *-android version to support JDK7. --> |
164 | 164 | <guava.version>27.1-android</guava.version> |
165 | | - <http-client-bom.version>1.29.2</http-client-bom.version> |
166 | | - <oauth-client.version>1.29.2</oauth-client.version> |
| 165 | + <http-client-bom.version>1.30.1</http-client-bom.version> |
| 166 | + <oauth-client.version>1.30.1</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> |
|
212 | 212 | <type>pom</type> |
213 | 213 | <scope>import</scope> |
214 | 214 | </dependency> |
| 215 | + <dependency> |
| 216 | + <groupId>com.google.auth</groupId> |
| 217 | + <artifactId>google-auth-library-bom</artifactId> |
| 218 | + <version>${google.auth.version}</version> |
| 219 | + <type>pom</type> |
| 220 | + <scope>import</scope> |
| 221 | + </dependency> |
215 | 222 | <dependency> |
216 | 223 | <groupId>com.google.apis</groupId> |
217 | 224 | <artifactId>google-api-services-bigquery</artifactId> |
|
233 | 240 | <version>v1-rev20190418-1.28.0</version> |
234 | 241 | </dependency> |
235 | 242 |
|
| 243 | + <!-- TODO(chingor): Remove this when http-client and guava converge --> |
| 244 | + <dependency> |
| 245 | + <groupId>com.google.j2objc</groupId> |
| 246 | + <artifactId>j2objc-annotations</artifactId> |
| 247 | + <version>1.3</version> |
| 248 | + </dependency> |
| 249 | + |
236 | 250 | <!-- TODO(chingor): Remove this when grpc and guava converge --> |
237 | 251 | <dependency> |
238 | 252 | <groupId>org.codehaus.mojo</groupId> |
|
337 | 351 | <artifactId>auto-value</artifactId> |
338 | 352 | <version>1.4</version> |
339 | 353 | </dependency> |
340 | | - <dependency> |
341 | | - <groupId>com.google.auth</groupId> |
342 | | - <artifactId>google-auth-library-credentials</artifactId> |
343 | | - <version>${google.auth.version}</version> |
344 | | - </dependency> |
345 | | - <dependency> |
346 | | - <groupId>com.google.auth</groupId> |
347 | | - <artifactId>google-auth-library-oauth2-http</artifactId> |
348 | | - <version>${google.auth.version}</version> |
349 | | - </dependency> |
350 | 354 | <dependency> |
351 | 355 | <groupId>io.opencensus</groupId> |
352 | 356 | <artifactId>opencensus-api</artifactId> |
|
0 commit comments