This is an automated email from the ASF dual-hosted git repository.

daojun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 7020ea2f2c9 [improve][misc] Bump RoaringBitmap version to 1.0.6 
(#22920)
7020ea2f2c9 is described below

commit 7020ea2f2c968b2e50e4f2feb90b16d5d61280eb
Author: 道君 <[email protected]>
AuthorDate: Mon Jun 17 13:31:52 2024 +0800

    [improve][misc] Bump RoaringBitmap version to 1.0.6 (#22920)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 3 +--
 pom.xml                                          | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 1a66ab6d70a..9f5209bc7fd 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -514,8 +514,7 @@ The Apache Software License, Version 2.0
   * RxJava
     - io.reactivex.rxjava3-rxjava-3.0.1.jar
   * RoaringBitmap
-    - org.roaringbitmap-RoaringBitmap-0.9.44.jar
-    - org.roaringbitmap-shims-0.9.44.jar
+    - org.roaringbitmap-RoaringBitmap-1.0.6.jar
   * OpenTelemetry
     - io.opentelemetry-opentelemetry-api-1.38.0.jar
     - io.opentelemetry-opentelemetry-api-incubator-1.38.0-alpha.jar
diff --git a/pom.xml b/pom.xml
index 71562619c18..62644d38d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <j2objc-annotations.version>1.3</j2objc-annotations.version>
     <lightproto-maven-plugin.version>0.4</lightproto-maven-plugin.version>
     <dependency-check-maven.version>9.1.0</dependency-check-maven.version>
-    <roaringbitmap.version>0.9.44</roaringbitmap.version>
+    <roaringbitmap.version>1.0.6</roaringbitmap.version>
     <extra-enforcer-rules.version>1.6.1</extra-enforcer-rules.version>
     <oshi.version>6.4.0</oshi.version>
     <checkerframework.version>3.33.0</checkerframework.version>

Reply via email to