This is an automated email from the ASF dual-hosted git repository.
cwylie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new e363b1c Update RoaringBitmap to 0.9.0 (#9987)
e363b1c is described below
commit e363b1cd2075e6fac2d4adeeb72565c6f1da5a22
Author: Richard Startin <[email protected]>
AuthorDate: Fri Jul 24 03:29:25 2020 +0100
Update RoaringBitmap to 0.9.0 (#9987)
---
licenses.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 6f7c748..e73c484 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -2016,7 +2016,7 @@ name: RoaringBitmap
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 0.8.11
+version: 0.9.0
libraries:
- org.roaringbitmap: RoaringBitmap
- org.roaringbitmap: shims
diff --git a/pom.xml b/pom.xml
index 65b2e74..daa9ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -920,7 +920,7 @@
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
- <version>0.8.11</version>
+ <version>0.9.0</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]