You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2020/08/27 15:33:54 UTC

[ranger] branch ranger-2.1 updated: RANGER-2966 : Upgrade POI to 4.1.2

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

madhan pushed a commit to branch ranger-2.1
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.1 by this push:
     new ab86a4c  RANGER-2966 : Upgrade POI to 4.1.2
ab86a4c is described below

commit ab86a4c6e06fa3048072cff6664e8cffbb8c667b
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Mon Aug 24 14:47:42 2020 +0530

    RANGER-2966 : Upgrade POI to 4.1.2
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
    (cherry picked from commit c0aa70bec2c2d0558137c14b59144783a3b914f3)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2176678..cba952b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
         <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>
         <paranamer.version>2.3</paranamer.version>
         <presto.version>333</presto.version>
-        <poi.version>3.17</poi.version>
+        <poi.version>4.1.2</poi.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <protobuf-java.version>2.5.0</protobuf-java.version>
         <scala.version>2.11.12</scala.version>