This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new ce3c5e47a6 Build: Bump org.roaringbitmap:RoaringBitmap from 1.6.12 to
1.6.13 (#15718)
ce3c5e47a6 is described below
commit ce3c5e47a6e6fc3cfd093e8c152f76e6187e7933
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 23:41:29 2026 -0700
Build: Bump org.roaringbitmap:RoaringBitmap from 1.6.12 to 1.6.13 (#15718)
Bumps
[org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap)
from 1.6.12 to 1.6.13.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
- [Commits](https://github.com/RoaringBitmap/RoaringBitmap/commits)
---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
dependency-version: 1.6.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index bd95a80b9f..b8790b7cf3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -80,7 +80,7 @@ netty-buffer = "4.2.10.Final"
object-client-bundle = "3.3.2"
orc = "1.9.8"
parquet = "1.17.0"
-roaringbitmap = "1.6.12"
+roaringbitmap = "1.6.13"
scala-collection-compat = "2.14.0"
slf4j = "2.0.17"
snowflake-jdbc = "3.28.0"