Skip to content

Commit

Permalink
[common] Upgrade the RoaringBitmap version from 1.0.5 to 1.2.1 (#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan-JiaLiang authored Jan 4, 2025
1 parent 480acd5 commit 022d93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paimon-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-common/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 022d93f

Please sign in to comment.