aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorDaniel Lemire <lemire@gmail.com>2014-11-01 01:13:47 -0700
committerReynold Xin <rxin@databricks.com>2014-11-01 01:13:47 -0700
commit680fd87c65e3e7ef223e6a1573c7afe55bff6324 (patch)
treeb1db16e4fc296990c9b125be98b51a13212fcda2 /pom.xml
parent98c556ebbca6a815813daaefd292d2e46fb16cc2 (diff)
downloadspark-680fd87c65e3e7ef223e6a1573c7afe55bff6324.tar.gz
spark-680fd87c65e3e7ef223e6a1573c7afe55bff6324.tar.bz2
spark-680fd87c65e3e7ef223e6a1573c7afe55bff6324.zip
Upgrading to roaring 0.4.5 (bug fix release)
I recommend upgrading roaring to 0.4.5 as it fixes a rarely occurring bug in iterators (that would otherwise throw an unwarranted exception). The upgrade should have no other consequence. Author: Daniel Lemire <lemire@gmail.com> Closes #3044 from lemire/master and squashes the following commits: 54018c5 [Daniel Lemire] Recommended update to roaring 0.4.5 (bug fix release) 048933e [Daniel Lemire] Merge remote-tracking branch 'upstream/master' 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 42fdbb9e09..4c7806c416 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
- <version>0.4.3</version>
+ <version>0.4.5</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>