You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2019/02/13 19:13:26 UTC

[tez] branch branch-0.9 updated: TEZ-4040. Upgrade RoaringBitmap version to avoid NoSuchMethodError (Jonathan Eagles via kshukla)

This is an automated email from the ASF dual-hosted git repository.

kshukla pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 1f53c17  TEZ-4040. Upgrade RoaringBitmap version to avoid NoSuchMethodError (Jonathan Eagles via kshukla)
1f53c17 is described below

commit 1f53c17efcad7bc8d8473b7ce14241cc9cd432b5
Author: Kuhu Shukla <ks...@apache.org>
AuthorDate: Wed Feb 13 13:13:09 2019 -0600

    TEZ-4040. Upgrade RoaringBitmap version to avoid NoSuchMethodError (Jonathan Eagles via kshukla)
    
    (cherry picked from commit f9da6bbb83fcca59eff7a721f5d5f9e511f23f50)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2cdb22..09321de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,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>