|
51 | 51 | <skipSourceReleaseAssembly>false</skipSourceReleaseAssembly>
|
52 | 52 | <shadePluginPhase>package</shadePluginPhase>
|
53 | 53 | <narPluginPhase>package</narPluginPhase>
|
54 |
| - <pulsar.version>2.8.0.1.1.32</pulsar.version> |
| 54 | + <pulsar.version>2.10.1.1</pulsar.version> |
55 | 55 | <!--
|
56 |
| - Versions matching https://github.com/datastax/pulsar/tree/2.8.0_ds |
| 56 | + Versions matching https://github.com/datastax/pulsar/tree/2.10_ds |
57 | 57 | -->
|
58 | 58 | <!-- apache commons -->
|
59 | 59 | <commons-compress.version>1.21</commons-compress.version>
|
60 | 60 | <!-- Use Apache BookKeeper version -->
|
61 |
| - <bookkeeper.version>4.14.4</bookkeeper.version> |
62 |
| - <zookeeper.version>3.6.3</zookeeper.version> |
| 61 | + <bookkeeper.version>4.14.5.1.0.1</bookkeeper.version> |
| 62 | + <zookeeper.version>3.8.0</zookeeper.version> |
63 | 63 | <snappy.version>1.1.7</snappy.version>
|
64 | 64 | <!-- ZooKeeper server -->
|
65 | 65 | <dropwizardmetrics.version>3.2.5</dropwizardmetrics.version>
|
66 | 66 | <!-- ZooKeeper server -->
|
67 | 67 | <curator.version>5.1.0</curator.version>
|
68 |
| - <netty.version>4.1.74.Final</netty.version> |
69 |
| - <netty-tc-native.version>2.0.48.Final</netty-tc-native.version> |
70 |
| - <jetty.version>9.4.44.v20210927</jetty.version> |
| 68 | + <netty.version>4.1.77.Final</netty.version> |
| 69 | + <netty-tc-native.version>2.0.52.Final</netty-tc-native.version> |
| 70 | + <jetty.version>9.4.48.v20220622</jetty.version> |
71 | 71 | <conscrypt.version>2.5.2</conscrypt.version>
|
72 | 72 | <jersey.version>2.34</jersey.version>
|
73 | 73 | <athenz.version>1.10.9</athenz.version>
|
|
79 | 79 | <log4j2.version>2.17.1</log4j2.version>
|
80 | 80 | <bouncycastle.version>1.69</bouncycastle.version>
|
81 | 81 | <bouncycastlefips.version>1.0.2</bouncycastlefips.version>
|
82 |
| - <!--same as 2.12.6 with jackson-databind 2.12.6.1--> |
83 |
| - <jackson.version>2.12.6.20220326</jackson.version> |
| 82 | + <jackson.version>2.13.2</jackson.version> |
84 | 83 | <reflections.version>0.9.11</reflections.version>
|
85 | 84 | <swagger.version>1.6.2</swagger.version>
|
86 | 85 | <puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
|
87 | 86 | <dockerfile-maven.version>1.4.13</dockerfile-maven.version>
|
88 | 87 | <typetools.version>0.5.0</typetools.version>
|
89 |
| - <protobuf3.version>3.16.1</protobuf3.version> |
| 88 | + <protobuf3.version>3.19.2</protobuf3.version> |
90 | 89 | <protoc3.version>${protobuf3.version}</protoc3.version>
|
91 |
| - <grpc.version>1.42.1</grpc.version> |
| 90 | + <grpc.version>1.45.1</grpc.version> |
92 | 91 | <perfmark.version>0.19.0</perfmark.version>
|
93 | 92 | <protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
|
94 | 93 | <gson.version>2.8.9</gson.version>
|
|
322 | 321 | </exclusions>
|
323 | 322 | </dependency>
|
324 | 323 | <dependency>
|
325 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 324 | + <groupId>com.datastax.oss</groupId> |
326 | 325 | <artifactId>bookkeeper-server</artifactId>
|
327 |
| - <version>${bookkeeper.version}</version> |
| 326 | + <version/> |
328 | 327 | <exclusions>
|
329 | 328 | <exclusion>
|
330 | 329 | <groupId>org.bouncycastle</groupId>
|
|
350 | 349 | </exclusions>
|
351 | 350 | </dependency>
|
352 | 351 | <dependency>
|
353 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 352 | + <groupId>com.datastax.oss</groupId> |
354 | 353 | <artifactId>cpu-affinity</artifactId>
|
355 | 354 | <version>${bookkeeper.version}</version>
|
356 | 355 | </dependency>
|
|
376 | 375 | </exclusions>
|
377 | 376 | </dependency>
|
378 | 377 | <dependency>
|
379 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 378 | + <groupId>com.datastax.oss</groupId> |
380 | 379 | <artifactId>bookkeeper-common-allocator</artifactId>
|
381 | 380 | <version>${bookkeeper.version}</version>
|
382 | 381 | </dependency>
|
383 | 382 | <dependency>
|
384 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 383 | + <groupId>com.datastax.oss</groupId> |
385 | 384 | <artifactId>bookkeeper-tools-framework</artifactId>
|
386 | 385 | <version>${bookkeeper.version}</version>
|
387 | 386 | </dependency>
|
|
393 | 392 | </dependency>
|
394 | 393 | <!-- exclude the grpc version from bookkeeper and use the one defined here -->
|
395 | 394 | <dependency>
|
396 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 395 | + <groupId>com.datastax.oss</groupId> |
397 | 396 | <artifactId>stream-storage-java-client</artifactId>
|
398 | 397 | <version>${bookkeeper.version}</version>
|
399 | 398 | <exclusions>
|
|
421 | 420 | </dependency>
|
422 | 421 | <!-- exclude the grpc version from bookkeeper and use the one defined here -->
|
423 | 422 | <dependency>
|
424 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 423 | + <groupId>com.datastax.oss</groupId> |
425 | 424 | <artifactId>stream-storage-server</artifactId>
|
426 | 425 | <version>${bookkeeper.version}</version>
|
427 | 426 | <exclusions>
|
|
452 | 451 | </exclusions>
|
453 | 452 | </dependency>
|
454 | 453 | <dependency>
|
455 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 454 | + <groupId>com.datastax.oss</groupId> |
456 | 455 | <artifactId>bookkeeper-common</artifactId>
|
457 | 456 | <version>${bookkeeper.version}</version>
|
458 | 457 | </dependency>
|
459 | 458 | <dependency>
|
460 |
| - <groupId>org.apache.bookkeeper.stats</groupId> |
| 459 | + <groupId>com.datastax.oss.stats</groupId> |
461 | 460 | <artifactId>bookkeeper-stats-api</artifactId>
|
462 | 461 | <version>${bookkeeper.version}</version>
|
463 | 462 | </dependency>
|
464 | 463 | <dependency>
|
465 |
| - <groupId>org.apache.bookkeeper.stats</groupId> |
| 464 | + <groupId>com.datastax.oss.stats</groupId> |
466 | 465 | <artifactId>datasketches-metrics-provider</artifactId>
|
467 | 466 | <version>${bookkeeper.version}</version>
|
468 | 467 | <exclusions>
|
|
473 | 472 | </exclusions>
|
474 | 473 | </dependency>
|
475 | 474 | <dependency>
|
476 |
| - <groupId>org.apache.bookkeeper.stats</groupId> |
| 475 | + <groupId>com.datastax.oss.stats</groupId> |
477 | 476 | <artifactId>prometheus-metrics-provider</artifactId>
|
478 | 477 | <version>${bookkeeper.version}</version>
|
479 | 478 | </dependency>
|
|
871 | 870 | <scope>import</scope>
|
872 | 871 | </dependency>
|
873 | 872 | <dependency>
|
874 |
| - <groupId>org.apache.distributedlog</groupId> |
| 873 | + <groupId>com.datastax.oss</groupId> |
875 | 874 | <artifactId>distributedlog-core</artifactId>
|
876 | 875 | <version>${bookkeeper.version}</version>
|
877 | 876 | <exclusions>
|
878 | 877 | <!-- exclude bookkeeper, reply on the bookkeeper version that pulsar uses -->
|
879 | 878 | <exclusion>
|
880 |
| - <groupId>org.apache.bookkeeper</groupId> |
| 879 | + <groupId>com.datastax.oss</groupId> |
881 | 880 | <artifactId>bookkeeper-server</artifactId>
|
882 | 881 | </exclusion>
|
883 | 882 | </exclusions>
|
|
0 commit comments