From edb1c87a4e4cbac36483d434c1e1cfa5d25c771e Mon Sep 17 00:00:00 2001
From: zhijie <1003392067@qq.com>
Date: 星期四, 19 十月 2023 23:19:42 +0800
Subject: [PATCH] bugfix

---
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f82a18e..f81c165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,11 +404,11 @@
         <dependency>
             <groupId>com.aspose</groupId>
             <artifactId>words</artifactId>
-            <version>21.1</version>
+            <version>23.4</version>
         </dependency>
 
     </dependencies>
-    <!--<build>
+    <build>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -433,5 +433,5 @@
                 </executions>
             </plugin>
         </plugins>
-    </build>-->
+    </build>
 </project>
\ No newline at end of file

--
Gitblit v1.9.1