diff --git a/easyexcel-test/pom.xml b/easyexcel-test/pom.xml
index d59ff594..1a39d325 100644
--- a/easyexcel-test/pom.xml
+++ b/easyexcel-test/pom.xml
@@ -24,32 +24,38 @@
com.alibaba
easyexcel-core
- test
-
-
- ch.qos.logback
- logback-classic
- test
com.alibaba.fastjson2
fastjson2
- test
+ 2.0.29
org.springframework.boot
spring-boot-starter-web
- test
+ 2.7.11
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ 2.7.11
+
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+ 1.7.36
- junit
- junit
- test
+ org.slf4j
+ log4j-over-slf4j
+ 1.7.36
- commons-logging
- commons-logging
- test
+ ch.qos.logback
+ logback-classic
+ 1.4.7
diff --git a/pom.xml b/pom.xml
index 9b1bf906..7288396a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,40 +133,6 @@
commons-io
2.11.0
-
-
-
- org.springframework
- spring-core
- 5.3.27
-
-
-
-
- ch.qos.logback
- logback-classic
- 1.2.5
-
-
- com.alibaba.fastjson2
- fastjson2
- 2.0.23
-
-
- org.springframework.boot
- spring-boot-starter-web
- 2.6.3
-
-
- junit
- junit
- 4.13.2
-
-
- commons-logging
- commons-logging
- 1.2
-
diff --git a/update.md b/update.md
index 4c17271b..90a63b50 100644
--- a/update.md
+++ b/update.md
@@ -3,6 +3,7 @@
* 读csv会忽略BOM数据 [Issue #3137](https://github.com/alibaba/easyexcel/issues/3137)
* 解决csv用office打开乱码的问题,写csv默认带上BOM数据
* xlsx存在隐藏字符时需要忽略,确保和展示看到的一样
+* 新增`commons-io` 2.11.0 包
# 3.2.1