Update RoaringBitmap to 0.4.3

Roaring has been updated to version 0.4.3. We fixed a rarely occurring bug with serialization. No API or format changes were made.

Author: Daniel Lemire <lemire@gmail.com>

Closes #2938 from lemire/master and squashes the following commits:

431f3a0 [Daniel Lemire] Recommended bug fix release
This commit is contained in:
Daniel Lemire 2014-10-26 10:03:20 -07:00 committed by Josh Rosen
parent df7974b8e5
commit b75954015f

View file

@ -445,7 +445,7 @@
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
<version>0.4.1</version>
<version>0.4.3</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>