aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorDaniel Lemire <lemire@gmail.com>2014-10-26 10:03:20 -0700
committerJosh Rosen <joshrosen@databricks.com>2014-10-26 10:03:20 -0700
commitb75954015fba8041ff25ab6d1a53b22b8f868526 (patch)
tree0d9b5718a5ee9c35061fcc185af89f625db72285 /pom.xml
parentdf7974b8e59d00e8efbb61629418fa6265c1ddab (diff)
downloadspark-b75954015fba8041ff25ab6d1a53b22b8f868526.tar.gz
spark-b75954015fba8041ff25ab6d1a53b22b8f868526.tar.bz2
spark-b75954015fba8041ff25ab6d1a53b22b8f868526.zip
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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a119526261..2faf0c7dcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>