From 054e039187786b79b15a1fc8d19c8e22ba5415f4 Mon Sep 17 00:00:00 2001
From: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Date: Tue, 27 Feb 2024 09:47:56 +0200
Subject: [PATCH] [JAVA-31579] Update Apache Poi to latest version (#15973)
---
apache-poi-2/README.md | 2 +-
apache-poi-2/pom.xml | 2 +-
apache-poi-3/README.md | 8 +++++++-
apache-poi-3/pom.xml | 22 ++++++++--------------
apache-poi/pom.xml | 8 ++++----
5 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/apache-poi-2/README.md b/apache-poi-2/README.md
index 65641e7c37..a3cb408389 100644
--- a/apache-poi-2/README.md
+++ b/apache-poi-2/README.md
@@ -14,4 +14,4 @@ This module contains articles about Apache POI.
- [Set the Date Format Using Apache POI](https://www.baeldung.com/java-apache-poi-date-format)
- [Replacing Variables in a Document Template with Java](https://www.baeldung.com/java-replace-pattern-word-document-doc-docx)
- [Lock Header Rows With Apache POI](https://www.baeldung.com/java-apache-poi-lock-header-rows)
-- More articles: [[<-- prev]](../apache-poi)
+- More articles: [[<-- prev]](../apache-poi)[[next -->]](../apache-poi-3)
diff --git a/apache-poi-2/pom.xml b/apache-poi-2/pom.xml
index 8741b12c8f..e1fb5baf40 100644
--- a/apache-poi-2/pom.xml
+++ b/apache-poi-2/pom.xml
@@ -27,7 +27,7 @@
- 5.2.3
+ 5.2.5
\ No newline at end of file
diff --git a/apache-poi-3/README.md b/apache-poi-3/README.md
index b7272d5e69..6a3d8dfa22 100644
--- a/apache-poi-3/README.md
+++ b/apache-poi-3/README.md
@@ -1,4 +1,10 @@
-## Relevant Articles
+## Apache POI
+
+This module contains articles about Apache POI.
+
+### Relevant Articles:
+
- [How To Convert Excel Data Into List Of Java Objects](https://www.baeldung.com/java-convert-excel-data-into-list)
- [Expand Columns with Apache POI](https://www.baeldung.com/java-apache-poi-expand-columns)
- [Apply Bold Text Style for an Entire Row Using Apache POI](https://www.baeldung.com/appache-poi-apply-bold-text-style-entire-row)
+- More articles: [[<-- prev]](../apache-poi-2)
\ No newline at end of file
diff --git a/apache-poi-3/pom.xml b/apache-poi-3/pom.xml
index 8d0204669f..485206d6e8 100644
--- a/apache-poi-3/pom.xml
+++ b/apache-poi-3/pom.xml
@@ -24,50 +24,41 @@
poi-scratchpad
${poi.version}
-
com.github.ozlerhakan
poiji
${poiji.version}
-
-
org.apache.poi
poi
${poi.version}
-
org.apache.poi
poi-ooxml-schemas
- 4.1.2
+ ${poi-ooxml-schemas.version}
-
org.apache.xmlbeans
xmlbeans
- 5.1.1
+ ${xmlbeans.version}
-
org.apache.commons
commons-collections4
- 4.4
+ ${commons-collections4.version}
-
org.dhatim
fastexcel
${fastexcel.version}
-
org.dhatim
fastexcel-reader
${fastexcel.version}
-
net.sourceforge.jexcelapi
jxl
@@ -77,8 +68,11 @@
5.2.5
- 4.1.1
- 0.15.7
+ 4.1.2
+ 4.2.0
+ 5.2.0
+ 4.4
+ 0.17.0
2.6.12
diff --git a/apache-poi/pom.xml b/apache-poi/pom.xml
index 78781cf215..876fca0efe 100644
--- a/apache-poi/pom.xml
+++ b/apache-poi/pom.xml
@@ -60,10 +60,10 @@
- 5.2.0
- 1.0.6
- 0.15.3
- 3.2.0
+ 5.2.5
+ 1.0.9
+ 0.17.0
+ 3.3.1
\ No newline at end of file