From 4ac7a1aa1fe3abc3d59b8ce1d417f2bc8ad215d4 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 15 八月 2023 11:31:38 +0800 Subject: [PATCH] 升级commons.io到最新版本2.13.0 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 83bc036..58f472d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,13 +25,13 @@ <pagehelper.boot.version>1.4.6</pagehelper.boot.version> <fastjson.version>2.0.34</fastjson.version> <oshi.version>6.4.4</oshi.version> - <commons.io.version>2.11.0</commons.io.version> + <commons.io.version>2.13.0</commons.io.version> <commons.collections.version>3.2.2</commons.collections.version> <poi.version>4.1.2</poi.version> <velocity.version>2.3</velocity.version> <jwt.version>0.9.1</jwt.version> </properties> - + <!-- 依赖声明 --> <dependencyManagement> <dependencies> -- Gitblit v1.9.2