|
53 | 53 | </modules>
|
54 | 54 |
|
55 | 55 | <properties>
|
56 |
| - <grpc.version>1.13.1</grpc.version> |
57 |
| - <jackson.version>2.9.10</jackson.version> |
58 |
| - <jackson.databind.version>${jackson.version}.1</jackson.databind.version> |
59 |
| - <google.client.version>1.27.0</google.client.version> |
60 |
| - <google.auth.version>0.9.1</google.auth.version> |
| 56 | + <grpc.version>1.22.1</grpc.version> |
| 57 | + <jackson.version>2.10.2</jackson.version> |
| 58 | + <jackson.databind.version>${jackson.version}</jackson.databind.version> |
| 59 | + <google.client.version>1.29.0</google.client.version> |
| 60 | + <google.auth.version>0.19.0</google.auth.version> |
61 | 61 | </properties>
|
62 | 62 |
|
63 | 63 | <dependencyManagement>
|
|
85 | 85 | <dependency>
|
86 | 86 | <groupId>org.slf4j</groupId>
|
87 | 87 | <artifactId>slf4j-api</artifactId>
|
88 |
| - <version>1.7.25</version> |
| 88 | + <version>1.7.30</version> |
89 | 89 | </dependency>
|
90 | 90 | <dependency>
|
91 | 91 | <groupId>com.typesafe</groupId>
|
|
95 | 95 | <dependency>
|
96 | 96 | <groupId>org.apache.commons</groupId>
|
97 | 97 | <artifactId>commons-lang3</artifactId>
|
98 |
| - <version>3.7</version> |
| 98 | + <version>3.9</version> |
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.trimou</groupId>
|
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>com.google.auto.service</groupId>
|
113 | 113 | <artifactId>auto-service</artifactId>
|
114 |
| - <version>1.0-rc3</version> |
| 114 | + <version>1.0-rc6</version> |
115 | 115 | <scope>provided</scope>
|
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
|
145 | 145 | <dependency>
|
146 | 146 | <groupId>com.google.truth</groupId>
|
147 | 147 | <artifactId>truth</artifactId>
|
148 |
| - <version>0.44</version> |
| 148 | + <version>0.46</version> |
149 | 149 | <scope>test</scope>
|
150 | 150 | </dependency>
|
151 | 151 | <dependency>
|
|
163 | 163 | <dependency>
|
164 | 164 | <groupId>org.hamcrest</groupId>
|
165 | 165 | <artifactId>hamcrest-library</artifactId>
|
166 |
| - <version>1.3</version> |
| 166 | + <version>2.2</version> |
| 167 | + <scope>test</scope> |
| 168 | + </dependency> |
| 169 | + <dependency> |
| 170 | + <groupId>org.hamcrest</groupId> |
| 171 | + <artifactId>hamcrest-core</artifactId> |
| 172 | + <version>2.2</version> |
167 | 173 | <scope>test</scope>
|
168 | 174 | </dependency>
|
169 | 175 | <dependency>
|
|
206 | 212 | <dependency>
|
207 | 213 | <groupId>org.apache.beam</groupId>
|
208 | 214 | <artifactId>beam-runners-direct-java</artifactId>
|
209 |
| - <version>2.6.0</version> |
| 215 | + <version>2.17.0</version> |
210 | 216 | </dependency>
|
211 | 217 | <dependency>
|
212 | 218 | <groupId>org.apache.beam</groupId>
|
213 | 219 | <artifactId>beam-runners-google-cloud-dataflow-java</artifactId>
|
214 |
| - <version>2.6.0</version> |
| 220 | + <version>2.16.0</version> |
| 221 | + </dependency> |
| 222 | + <dependency> |
| 223 | + <groupId>org.apache.beam</groupId> |
| 224 | + <artifactId>beam-sdks-java-extensions-google-cloud-platform-core</artifactId> |
| 225 | + <version>2.17.0</version> |
| 226 | + </dependency> |
| 227 | + <dependency> |
| 228 | + <groupId>com.google.apis</groupId> |
| 229 | + <artifactId>google-api-services-storage</artifactId> |
| 230 | + <version>v1-rev20181109-1.27.0</version> |
| 231 | + </dependency> |
| 232 | + <dependency> |
| 233 | + <groupId>com.google.auto.value</groupId> |
| 234 | + <artifactId>auto-value-annotations</artifactId> |
| 235 | + <version>1.7</version> |
215 | 236 | </dependency>
|
216 | 237 |
|
217 | 238 | <!-- version resolution -->
|
218 | 239 | <dependency>
|
219 | 240 | <groupId>com.google.guava</groupId>
|
220 | 241 | <artifactId>guava</artifactId>
|
221 |
| - <version>27.1-jre</version> |
| 242 | + <version>28.1-jre</version> |
222 | 243 | </dependency>
|
223 | 244 | <dependency>
|
224 | 245 | <groupId>com.google.code.findbugs</groupId>
|
|
233 | 254 | <dependency>
|
234 | 255 | <groupId>joda-time</groupId>
|
235 | 256 | <artifactId>joda-time</artifactId>
|
236 |
| - <version>2.9.9</version> |
| 257 | + <version>2.10.5</version> |
237 | 258 | </dependency>
|
238 | 259 | <dependency>
|
239 | 260 | <groupId>com.thoughtworks.paranamer</groupId>
|
|
243 | 264 | <dependency>
|
244 | 265 | <groupId>com.google.errorprone</groupId>
|
245 | 266 | <artifactId>error_prone_annotations</artifactId>
|
246 |
| - <version>2.3.1</version> |
| 267 | + <version>2.3.4</version> |
247 | 268 | </dependency>
|
248 | 269 | <dependency>
|
249 | 270 | <groupId>com.google.protobuf</groupId>
|
250 | 271 | <artifactId>protobuf-java</artifactId>
|
251 |
| - <version>3.6.0</version> |
| 272 | + <version>3.11.1</version> |
252 | 273 | </dependency>
|
253 | 274 | <dependency>
|
254 | 275 | <groupId>com.google.protobuf</groupId>
|
255 | 276 | <artifactId>protobuf-java-util</artifactId>
|
256 |
| - <version>3.6.0</version> |
| 277 | + <version>3.10.0</version> |
257 | 278 | </dependency>
|
258 | 279 | <dependency>
|
259 | 280 | <groupId>com.google.api-client</groupId>
|
|
263 | 284 | <dependency>
|
264 | 285 | <groupId>com.google.http-client</groupId>
|
265 | 286 | <artifactId>google-http-client</artifactId>
|
266 |
| - <version>${google.client.version}</version> |
| 287 | + <version>1.34.0</version> |
267 | 288 | </dependency>
|
268 | 289 | <dependency>
|
269 | 290 | <groupId>com.google.http-client</groupId>
|
270 | 291 | <artifactId>google-http-client-jackson2</artifactId>
|
271 |
| - <version>${google.client.version}</version> |
| 292 | + <version>1.33.0</version> |
272 | 293 | </dependency>
|
273 | 294 | <dependency>
|
274 | 295 | <groupId>com.google.http-client</groupId>
|
|
293 | 314 | <dependency>
|
294 | 315 | <groupId>com.google.api</groupId>
|
295 | 316 | <artifactId>api-common</artifactId>
|
296 |
| - <version>1.6.0</version> |
| 317 | + <version>1.8.1</version> |
| 318 | + </dependency> |
| 319 | + <dependency> |
| 320 | + <groupId>com.google.code.gson</groupId> |
| 321 | + <artifactId>gson</artifactId> |
| 322 | + <version>2.8.6</version> |
297 | 323 | </dependency>
|
298 | 324 | <dependency>
|
299 | 325 | <groupId>io.grpc</groupId>
|
|
323 | 349 | <dependency>
|
324 | 350 | <groupId>io.opencensus</groupId>
|
325 | 351 | <artifactId>opencensus-api</artifactId>
|
326 |
| - <version>0.12.3</version> |
| 352 | + <version>0.24.0</version> |
| 353 | + </dependency> |
| 354 | + <dependency> |
| 355 | + <groupId>io.opencensus</groupId> |
| 356 | + <artifactId>opencensus-contrib-http-util</artifactId> |
| 357 | + <version>0.24.0</version> |
| 358 | + </dependency> |
| 359 | + <dependency> |
| 360 | + <groupId>io.opencensus</groupId> |
| 361 | + <artifactId>opencensus-contrib-grpc-util</artifactId> |
| 362 | + <version>0.24.0</version> |
327 | 363 | </dependency>
|
328 | 364 | <dependency>
|
329 | 365 | <groupId>com.google.api.grpc</groupId>
|
330 | 366 | <artifactId>proto-google-common-protos</artifactId>
|
331 |
| - <version>1.12.0</version> |
| 367 | + <version>1.17.0</version> |
332 | 368 | </dependency>
|
333 | 369 | <dependency>
|
334 | 370 | <groupId>com.google.cloud.bigtable</groupId>
|
|
343 | 379 | <dependency>
|
344 | 380 | <groupId>io.netty</groupId>
|
345 | 381 | <artifactId>netty-tcnative-boringssl-static</artifactId>
|
346 |
| - <version>2.0.6.Final</version> |
| 382 | + <version>2.0.28.Final</version> |
347 | 383 | </dependency>
|
348 | 384 | <dependency>
|
349 | 385 | <groupId>com.google.api.grpc</groupId>
|
350 | 386 | <artifactId>proto-google-cloud-spanner-admin-database-v1</artifactId>
|
351 |
| - <version>0.1.11</version> |
| 387 | + <version>1.6.0</version> |
352 | 388 | </dependency>
|
353 | 389 | <dependency>
|
354 | 390 | <groupId>com.google.api</groupId>
|
355 | 391 | <artifactId>gax</artifactId>
|
356 |
| - <version>1.29.0</version> |
| 392 | + <version>1.52.0</version> |
357 | 393 | </dependency>
|
358 | 394 | <dependency>
|
359 |
| - <groupId>com.google.cloud</groupId> |
360 |
| - <artifactId>google-cloud-core</artifactId> |
361 |
| - <version>1.36.0</version> |
| 395 | + <groupId>javax.annotation</groupId> |
| 396 | + <artifactId>javax.annotation-api</artifactId> |
| 397 | + <version>1.3.2</version> |
362 | 398 | </dependency>
|
363 | 399 | <dependency>
|
364 | 400 | <groupId>com.google.api.grpc</groupId>
|
365 | 401 | <artifactId>proto-google-iam-v1</artifactId>
|
366 |
| - <version>0.12.0</version> |
| 402 | + <version>0.13.0</version> |
| 403 | + </dependency> |
| 404 | + <dependency> |
| 405 | + <groupId>commons-codec</groupId> |
| 406 | + <artifactId>commons-codec</artifactId> |
| 407 | + <version>1.13</version> |
367 | 408 | </dependency>
|
368 | 409 | <dependency>
|
369 | 410 | <groupId>com.fasterxml.jackson.core</groupId>
|
|
383 | 424 | <dependency>
|
384 | 425 | <groupId>io.netty</groupId>
|
385 | 426 | <artifactId>netty-bom</artifactId>
|
386 |
| - <version>4.1.25.Final</version> |
| 427 | + <version>4.1.35.Final</version> |
387 | 428 | <type>pom</type>
|
388 | 429 | <scope>import</scope>
|
389 | 430 | </dependency>
|
| 431 | + <dependency> |
| 432 | + <groupId>org.xerial.snappy</groupId> |
| 433 | + <artifactId>snappy-java</artifactId> |
| 434 | + <version>1.1.4</version> |
| 435 | + </dependency> |
| 436 | + <dependency> |
| 437 | + <groupId>org.tukaani</groupId> |
| 438 | + <artifactId>xz</artifactId> |
| 439 | + <version>1.8</version> |
| 440 | + </dependency> |
| 441 | + <dependency> |
| 442 | + <groupId>org.apache.xbean</groupId> |
| 443 | + <artifactId>xbean-asm7-shaded</artifactId> |
| 444 | + <version>4.15</version> |
| 445 | + </dependency> |
390 | 446 | </dependencies>
|
391 | 447 | </dependencyManagement>
|
392 | 448 |
|
|
0 commit comments