This is an automated email from the ASF dual-hosted git repository.
lhotari 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 62e7ebc6b4d [improve] Upgrade RoaringBitmap to 1.6.9 version (#25253)
62e7ebc6b4d is described below
commit 62e7ebc6b4dcd79020aa9153b44c57ad9fa92f65
Author: Lari Hotari <[email protected]>
AuthorDate: Sun Feb 22 13:07:14 2026 +0200
[improve] Upgrade RoaringBitmap to 1.6.9 version (#25253)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
distribution/shell/src/assemble/LICENSE.bin.txt | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index dc721f4dc23..acc07da2e67 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -529,7 +529,7 @@ The Apache Software License, Version 2.0
* RxJava
- io.reactivex.rxjava3-rxjava-3.0.1.jar
* RoaringBitmap
- - org.roaringbitmap-RoaringBitmap-1.2.0.jar
+ - org.roaringbitmap-RoaringBitmap-1.6.9.jar
* OpenTelemetry
- io.opentelemetry-opentelemetry-api-1.56.0.jar
- io.opentelemetry-opentelemetry-api-incubator-1.56.0-alpha.jar
diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt
b/distribution/shell/src/assemble/LICENSE.bin.txt
index 0ccf0042bb0..c2fa019e8df 100644
--- a/distribution/shell/src/assemble/LICENSE.bin.txt
+++ b/distribution/shell/src/assemble/LICENSE.bin.txt
@@ -420,7 +420,7 @@ The Apache Software License, Version 2.0
- avro-protobuf-1.12.0.jar
* RE2j -- re2j-1.8.jar
* Spotify completable-futures -- completable-futures-0.3.6.jar
- * RoaringBitmap -- RoaringBitmap-1.2.0.jar
+ * RoaringBitmap -- RoaringBitmap-1.6.9.jar
* Fastutil -- fastutil-8.5.16.jar
* JSpecify -- jspecify-1.0.0.jar
diff --git a/pom.xml b/pom.xml
index ea67901f85a..ab4e5f839ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,7 +368,7 @@ flexible messaging model and an intuitive client
API.</description>
<lightproto-maven-plugin.version>0.4</lightproto-maven-plugin.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<dependency-check-maven.version>12.1.0</dependency-check-maven.version>
- <roaringbitmap.version>1.2.0</roaringbitmap.version>
+ <roaringbitmap.version>1.6.9</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>