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

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

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

mehul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


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

commit c0aa70bec2c2d0558137c14b59144783a3b914f3
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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b8d6141..1f88b27 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>