From 1e144e16fe28a6ed5f1cc6a32e2e4a6de057bd51 Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Tue, 18 Jun 2024 15:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- update.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ff3d13d..bf0dd4b0 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.2 + 3.3.0 org.apache.maven.plugins diff --git a/update.md b/update.md index b0fc5642..d1bbb240 100644 --- a/update.md +++ b/update.md @@ -1,3 +1,7 @@ +# 4.0.1 + +* `commons-io` 修改为依赖 `poi`的版本 + # 4.0.0 * `poi`由`4.1.2`升级到`5.2.5`