Skip to content

Commit dfd43db

Browse files
Update apache-poi monorepo to v5
1 parent 0ab7d3a commit dfd43db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@
207207
<dependency>
208208
<groupId>org.apache.poi</groupId>
209209
<artifactId>poi</artifactId>
210-
<version>3.10-FINAL</version>
210+
<version>5.4.1</version>
211211
</dependency>
212212

213213
<!-- vuln maven jar. Solve xlsx.-->
214214
<dependency>
215215
<groupId>org.apache.poi</groupId>
216216
<artifactId>poi-ooxml</artifactId>
217-
<version>3.9</version> <!-- 3.10-FINAL -->
217+
<version>5.4.1</version> <!-- 3.10-FINAL -->
218218
</dependency>
219219

220220
<dependency>

0 commit comments

Comments
 (0)