This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 7ee310bd3 ATLAS-4662 : Upgrade POI to 5.2.2
7ee310bd3 is described below
commit 7ee310bd34fc7cbe7899d42f4dc563ef676cd046
Author: chaitali borole <[email protected]>
AuthorDate: Tue Aug 23 11:06:16 2022 +0530
ATLAS-4662 : Upgrade POI to 5.2.2
Signed-off-by: Pinal Shah <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 548382446..a5d4b1f9e 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>