We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fd8c0c + a676c02 commit 5518d66Copy full SHA for 5518d66
pom.xml
@@ -137,10 +137,16 @@
137
<version>1.10.0</version>
138
</dependency>
139
140
+ <dependency>
141
+ <groupId>commons-io</groupId>
142
+ <artifactId>commons-io</artifactId>
143
+ <version>2.20.0</version>
144
+ </dependency>
145
+
146
<dependency>
147
<groupId>org.apache.poi</groupId>
148
<artifactId>poi</artifactId>
- <version>5.2.3</version>
149
+ <version>5.4.1</version>
150
<exclusions>
151
<exclusion>
152
<groupId>org.apache.logging.log4j</groupId>
@@ -152,7 +158,7 @@
158
153
159
154
160
<artifactId>poi-ooxml</artifactId>
155
- <version>5.4.0</version>
161
156
162
157
163
164
0 commit comments