Update apache-poi monorepo to v5.5.1
This commit is contained in:
parent
b3cd6a5791
commit
01e39d2443
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
|
@ -108,7 +108,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi</artifactId>
|
<artifactId>poi</artifactId>
|
||||||
<version>5.5.0</version>
|
<version>5.5.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dhatim</groupId>
|
<groupId>org.dhatim</groupId>
|
||||||
|
|
@ -123,7 +123,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.poi</groupId>
|
<groupId>org.apache.poi</groupId>
|
||||||
<artifactId>poi-ooxml</artifactId>
|
<artifactId>poi-ooxml</artifactId>
|
||||||
<version>5.5.0</version>
|
<version>5.5.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dhatim</groupId>
|
<groupId>org.dhatim</groupId>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue