Skip to content

Commit aa41ca2

Browse files
committed
[JAVA-49504] Upgraded poi and fastexcel to latest versions
1 parent f82c7de commit aa41ca2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apache-poi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,11 @@
6969
</build>
7070

7171
<properties>
72-
<poi.version>5.3.0</poi.version>
72+
<poi.version>5.5.0</poi.version>
7373
<jexcel.version>1.0.9</jexcel.version>
74-
<fastexcel.version>0.18.0</fastexcel.version>
74+
<fastexcel.version>0.19.0</fastexcel.version>
7575
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
7676
<log4j.version>2.23.1</log4j.version>
77-
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> <!-- cannot upgrade without breaking build -->
7877
<poiji.version>4.2.0</poiji.version>
7978
</properties>
8079

0 commit comments

Comments
 (0)