This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new f666547086 Bump org.roaringbitmap:RoaringBitmap from 1.0.6 to 1.1.0
f666547086 is described below
commit f666547086d4a474ef62a07e8d1a4a2b336022fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 24 00:53:50 2024 +0000
Bump org.roaringbitmap:RoaringBitmap from 1.0.6 to 1.1.0
Bumps
[org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap)
from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases)
-
[Commits](https://github.com/RoaringBitmap/RoaringBitmap/compare/1.0.6...1.1.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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fb73638921..79ecbf7360 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<ver.dexxcollection>0.7</ver.dexxcollection>
<ver.micrometer>1.13.1</ver.micrometer>
- <ver.roaringbitmap>1.0.6</ver.roaringbitmap>
+ <ver.roaringbitmap>1.1.0</ver.roaringbitmap>
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>