Skip to content

Commit 018ddc3

Browse files
authored
Bump Luna Streaming to 2.10.1.1 (#8)
1 parent 5f9ae4a commit 018ddc3

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

pom.xml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@
5151
<skipSourceReleaseAssembly>false</skipSourceReleaseAssembly>
5252
<shadePluginPhase>package</shadePluginPhase>
5353
<narPluginPhase>package</narPluginPhase>
54-
<pulsar.version>2.8.0.1.1.32</pulsar.version>
54+
<pulsar.version>2.10.1.1</pulsar.version>
5555
<!--
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
5757
-->
5858
<!-- apache commons -->
5959
<commons-compress.version>1.21</commons-compress.version>
6060
<!-- 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>
6363
<snappy.version>1.1.7</snappy.version>
6464
<!-- ZooKeeper server -->
6565
<dropwizardmetrics.version>3.2.5</dropwizardmetrics.version>
6666
<!-- ZooKeeper server -->
6767
<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>
7171
<conscrypt.version>2.5.2</conscrypt.version>
7272
<jersey.version>2.34</jersey.version>
7373
<athenz.version>1.10.9</athenz.version>
@@ -79,16 +79,15 @@
7979
<log4j2.version>2.17.1</log4j2.version>
8080
<bouncycastle.version>1.69</bouncycastle.version>
8181
<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>
8483
<reflections.version>0.9.11</reflections.version>
8584
<swagger.version>1.6.2</swagger.version>
8685
<puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
8786
<dockerfile-maven.version>1.4.13</dockerfile-maven.version>
8887
<typetools.version>0.5.0</typetools.version>
89-
<protobuf3.version>3.16.1</protobuf3.version>
88+
<protobuf3.version>3.19.2</protobuf3.version>
9089
<protoc3.version>${protobuf3.version}</protoc3.version>
91-
<grpc.version>1.42.1</grpc.version>
90+
<grpc.version>1.45.1</grpc.version>
9291
<perfmark.version>0.19.0</perfmark.version>
9392
<protoc-gen-grpc-java.version>${grpc.version}</protoc-gen-grpc-java.version>
9493
<gson.version>2.8.9</gson.version>
@@ -322,9 +321,9 @@
322321
</exclusions>
323322
</dependency>
324323
<dependency>
325-
<groupId>org.apache.bookkeeper</groupId>
324+
<groupId>com.datastax.oss</groupId>
326325
<artifactId>bookkeeper-server</artifactId>
327-
<version>${bookkeeper.version}</version>
326+
<version/>
328327
<exclusions>
329328
<exclusion>
330329
<groupId>org.bouncycastle</groupId>
@@ -350,7 +349,7 @@
350349
</exclusions>
351350
</dependency>
352351
<dependency>
353-
<groupId>org.apache.bookkeeper</groupId>
352+
<groupId>com.datastax.oss</groupId>
354353
<artifactId>cpu-affinity</artifactId>
355354
<version>${bookkeeper.version}</version>
356355
</dependency>
@@ -376,12 +375,12 @@
376375
</exclusions>
377376
</dependency>
378377
<dependency>
379-
<groupId>org.apache.bookkeeper</groupId>
378+
<groupId>com.datastax.oss</groupId>
380379
<artifactId>bookkeeper-common-allocator</artifactId>
381380
<version>${bookkeeper.version}</version>
382381
</dependency>
383382
<dependency>
384-
<groupId>org.apache.bookkeeper</groupId>
383+
<groupId>com.datastax.oss</groupId>
385384
<artifactId>bookkeeper-tools-framework</artifactId>
386385
<version>${bookkeeper.version}</version>
387386
</dependency>
@@ -393,7 +392,7 @@
393392
</dependency>
394393
<!-- exclude the grpc version from bookkeeper and use the one defined here -->
395394
<dependency>
396-
<groupId>org.apache.bookkeeper</groupId>
395+
<groupId>com.datastax.oss</groupId>
397396
<artifactId>stream-storage-java-client</artifactId>
398397
<version>${bookkeeper.version}</version>
399398
<exclusions>
@@ -421,7 +420,7 @@
421420
</dependency>
422421
<!-- exclude the grpc version from bookkeeper and use the one defined here -->
423422
<dependency>
424-
<groupId>org.apache.bookkeeper</groupId>
423+
<groupId>com.datastax.oss</groupId>
425424
<artifactId>stream-storage-server</artifactId>
426425
<version>${bookkeeper.version}</version>
427426
<exclusions>
@@ -452,17 +451,17 @@
452451
</exclusions>
453452
</dependency>
454453
<dependency>
455-
<groupId>org.apache.bookkeeper</groupId>
454+
<groupId>com.datastax.oss</groupId>
456455
<artifactId>bookkeeper-common</artifactId>
457456
<version>${bookkeeper.version}</version>
458457
</dependency>
459458
<dependency>
460-
<groupId>org.apache.bookkeeper.stats</groupId>
459+
<groupId>com.datastax.oss.stats</groupId>
461460
<artifactId>bookkeeper-stats-api</artifactId>
462461
<version>${bookkeeper.version}</version>
463462
</dependency>
464463
<dependency>
465-
<groupId>org.apache.bookkeeper.stats</groupId>
464+
<groupId>com.datastax.oss.stats</groupId>
466465
<artifactId>datasketches-metrics-provider</artifactId>
467466
<version>${bookkeeper.version}</version>
468467
<exclusions>
@@ -473,7 +472,7 @@
473472
</exclusions>
474473
</dependency>
475474
<dependency>
476-
<groupId>org.apache.bookkeeper.stats</groupId>
475+
<groupId>com.datastax.oss.stats</groupId>
477476
<artifactId>prometheus-metrics-provider</artifactId>
478477
<version>${bookkeeper.version}</version>
479478
</dependency>
@@ -871,13 +870,13 @@
871870
<scope>import</scope>
872871
</dependency>
873872
<dependency>
874-
<groupId>org.apache.distributedlog</groupId>
873+
<groupId>com.datastax.oss</groupId>
875874
<artifactId>distributedlog-core</artifactId>
876875
<version>${bookkeeper.version}</version>
877876
<exclusions>
878877
<!-- exclude bookkeeper, reply on the bookkeeper version that pulsar uses -->
879878
<exclusion>
880-
<groupId>org.apache.bookkeeper</groupId>
879+
<groupId>com.datastax.oss</groupId>
881880
<artifactId>bookkeeper-server</artifactId>
882881
</exclusion>
883882
</exclusions>

0 commit comments

Comments
 (0)