update dependency

This commit is contained in:
Looly
2022-03-01 12:58:00 +08:00
parent 90038e878f
commit ec0d35a2a7
6 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
<artifactId>hutool-poi</artifactId>
<name>${project.artifactId}</name>
<description>Hutool POI工具类MS Office操作</description>
<description>Hutool POI工具类对Office文档、OFD等操作)</description>
<properties>
<!-- versions -->
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-full</artifactId>
<version>1.17.8</version>
<version>1.17.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>