We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab7d3a commit dfd43dbCopy full SHA for dfd43db
pom.xml
@@ -207,14 +207,14 @@
207
<dependency>
208
<groupId>org.apache.poi</groupId>
209
<artifactId>poi</artifactId>
210
- <version>3.10-FINAL</version>
+ <version>5.4.1</version>
211
</dependency>
212
213
<!-- vuln maven jar. Solve xlsx.-->
214
215
216
<artifactId>poi-ooxml</artifactId>
217
- <version>3.9</version> <!-- 3.10-FINAL -->
+ <version>5.4.1</version> <!-- 3.10-FINAL -->
218
219
220
0 commit comments