Skip to content

Commit 5518d66

Browse files
authored
Merge pull request #2105 from TAMULib/4.3.1-poi-fix
Fix Excel export with POI version update
2 parents 8fd8c0c + a676c02 commit 5518d66

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,16 @@
137137
<version>1.10.0</version>
138138
</dependency>
139139

140+
<dependency>
141+
<groupId>commons-io</groupId>
142+
<artifactId>commons-io</artifactId>
143+
<version>2.20.0</version>
144+
</dependency>
145+
140146
<dependency>
141147
<groupId>org.apache.poi</groupId>
142148
<artifactId>poi</artifactId>
143-
<version>5.2.3</version>
149+
<version>5.4.1</version>
144150
<exclusions>
145151
<exclusion>
146152
<groupId>org.apache.logging.log4j</groupId>
@@ -152,7 +158,7 @@
152158
<dependency>
153159
<groupId>org.apache.poi</groupId>
154160
<artifactId>poi-ooxml</artifactId>
155-
<version>5.4.0</version>
161+
<version>5.4.1</version>
156162
<exclusions>
157163
<exclusion>
158164
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)