You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2022/08/23 12:04:41 UTC

[atlas] branch branch-2.0 updated: ATLAS-4662 : Upgrade POI to 5.2.2

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

pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 71b6bf783 ATLAS-4662 : Upgrade POI to 5.2.2
71b6bf783 is described below

commit 71b6bf783bf7bb999ea30965f7e9d381803f7f28
Author: chaitali borole <fa...@cloudera.com>
AuthorDate: Tue Aug 23 11:06:16 2022 +0530

    ATLAS-4662 : Upgrade POI to 5.2.2
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
    (cherry picked from commit 7ee310bd34fc7cbe7899d42f4dc563ef676cd046)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a60592e4c..7e5da0928 100644
--- a/pom.xml
+++ b/pom.xml
@@ -757,8 +757,8 @@
         <opencsv.version>5.0</opencsv.version>
         <paranamer.version>2.7</paranamer.version>
         <PermGen>64m</PermGen>
-        <poi-ooxml.version>4.1.1</poi-ooxml.version>
-        <poi.version>4.1.1</poi.version>
+        <poi-ooxml.version>5.2.2</poi-ooxml.version>
+        <poi.version>5.2.2</poi.version>
         <project.build.dashboardv2.gruntBuild>build-minify</project.build.dashboardv2.gruntBuild>
         <project.build.dashboardv3.gruntBuild>build-minify</project.build.dashboardv3.gruntBuild>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>