This is an automated email from the ASF dual-hosted git repository.
kshukla pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new f9da6bb TEZ-4040. Upgrade RoaringBitmap version to avoid
NoSuchMethodError (Jonathan Eagles via kshukla)
f9da6bb is described below
commit f9da6bbb83fcca59eff7a721f5d5f9e511f23f50
Author: Kuhu Shukla <[email protected]>
AuthorDate: Wed Feb 13 13:07:00 2019 -0600
TEZ-4040. Upgrade RoaringBitmap version to avoid NoSuchMethodError
(Jonathan Eagles via kshukla)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1d46ffd..6e18a7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
- <version>0.4.9</version>
+ <version>0.5.21</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>