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

jeagles 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 dd74d68  TEZ-4214. Upgrade RoaringBitmap version to 0.7.45 (#74)
dd74d68 is described below

commit dd74d68dd70c39e671002e68128627bc6f42d436
Author: Igor Dvorzhak <[email protected]>
AuthorDate: Fri Jul 9 09:03:24 2021 -0700

    TEZ-4214. Upgrade RoaringBitmap version to 0.7.45 (#74)
    
    (cherry picked from commit 464d86d8ffd5ee8e3bd7a4d48ab64b10e3db36b0)
---
 pom.xml                              | 5 +++--
 tez-plugins/tez-aux-services/pom.xml | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f03fc20..fc475fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,11 +62,12 @@
     <pig.version>0.13.0</pig.version>
     <slf4j.version>1.7.30</slf4j.version>
     <protobuf.version>2.5.0</protobuf.version>
+    <roaringbitmap.version>0.7.45</roaringbitmap.version>
     <protoc.path>${env.PROTOC_PATH}</protoc.path>
     <scm.url>scm:git:https://gitbox.apache.org/repos/asf/tez.git</scm.url>
     <frontend-maven-plugin.version>1.4</frontend-maven-plugin.version>
     <findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
-        
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
+    <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
     <checkstyle.version>8.35</checkstyle.version>
     <dependency-check-maven.version>1.3.6</dependency-check-maven.version>
     <test.build.data>${project.build.directory}/tmp</test.build.data>
@@ -225,7 +226,7 @@
       <dependency>
         <groupId>org.roaringbitmap</groupId>
         <artifactId>RoaringBitmap</artifactId>
-        <version>0.5.21</version>
+        <version>${roaringbitmap.version}</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
diff --git a/tez-plugins/tez-aux-services/pom.xml 
b/tez-plugins/tez-aux-services/pom.xml
index 202afc4..ec90948 100644
--- a/tez-plugins/tez-aux-services/pom.xml
+++ b/tez-plugins/tez-aux-services/pom.xml
@@ -195,6 +195,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>3.2.4</version>
         <executions>
           <execution>
             <phase>package</phase>

Reply via email to