diff --git a/easyexcel-core/pom.xml b/easyexcel-core/pom.xml
index 70c1e6fe..f8179003 100644
--- a/easyexcel-core/pom.xml
+++ b/easyexcel-core/pom.xml
@@ -28,10 +28,6 @@
org.apache.poi
poi-ooxml
-
- org.apache.poi
- poi-ooxml-schemas
-
org.apache.commons
commons-csv
diff --git a/pom.xml b/pom.xml
index 9ed5cafb..cf34b1a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,17 +96,12 @@
org.apache.poi
poi
- 4.1.2
+ 5.2.4
org.apache.poi
poi-ooxml
- 4.1.2
-
-
- org.apache.poi
- poi-ooxml-schemas
- 4.1.2
+ 5.2.4
org.apache.commons