This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 49e416343a Build: Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to
1.2.0 (#10655)
49e416343a is described below
commit 49e416343a1647587072b4f0c4c2bae995d23835
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 09:19:25 2024 +0200
Build: Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.0 (#10655)
Bumps
[org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap)
from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
-
[Commits](https://github.com/RoaringBitmap/RoaringBitmap/compare/1.1.0...1.2.0)
---
updated-dependencies:
- dependency-name: org.roaringbitmap:RoaringBitmap
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 ad609267ba..5f07fb9492 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -73,7 +73,7 @@ object-client-bundle = "3.3.2"
orc = "1.9.3"
parquet = "1.13.1"
pig = "0.17.0"
-roaringbitmap = "1.1.0"
+roaringbitmap = "1.2.0"
s3mock-junit5 = "2.11.0"
scala-collection-compat = "2.12.0"
slf4j = "1.7.36"