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

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


The following commit(s) were added to refs/heads/master by this push:
     new 022d93f320 [common] Upgrade the RoaringBitmap version from 1.0.5 to 
1.2.1 (#4832)
022d93f320 is described below

commit 022d93f320bc4a01811d5d56b7f2aebbcb99790d
Author: Tan-JiaLiang <[email protected]>
AuthorDate: Sat Jan 4 10:37:23 2025 +0800

    [common] Upgrade the RoaringBitmap version from 1.0.5 to 1.2.1 (#4832)
---
 paimon-common/pom.xml                            | 2 +-
 paimon-common/src/main/resources/META-INF/NOTICE | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-common/pom.xml b/paimon-common/pom.xml
index 4036750deb..1771659992 100644
--- a/paimon-common/pom.xml
+++ b/paimon-common/pom.xml
@@ -144,7 +144,7 @@ under the License.
         <dependency>
             <groupId>org.roaringbitmap</groupId>
             <artifactId>RoaringBitmap</artifactId>
-            <version>1.0.5</version>
+            <version>1.2.1</version>
         </dependency>
 
         <dependency>
diff --git a/paimon-common/src/main/resources/META-INF/NOTICE 
b/paimon-common/src/main/resources/META-INF/NOTICE
index 138f5d154e..852ceb4022 100644
--- a/paimon-common/src/main/resources/META-INF/NOTICE
+++ b/paimon-common/src/main/resources/META-INF/NOTICE
@@ -5,7 +5,7 @@ This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software 
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.roaringbitmap:RoaringBitmap:1.0.5
+- org.roaringbitmap:RoaringBitmap:1.2.1
 - org.apache.datasketches:datasketches-java:4.2.0
 - org.apache.datasketches:datasketches-memory:2.2.0
 

Reply via email to