Update RoaringBitmap to 0.9.0 (#9987)

This commit is contained in:
Richard Startin 2020-07-24 03:29:25 +01:00 committed by GitHub
parent 6fdce36e41
commit e363b1cd20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>