From 68ae4df2dca2d93079e497ddf24335730e3f1b30 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 31 七月 2021 17:52:06 +0800 Subject: [PATCH] 升级commons.io到最新版本v2.11.0 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 9717988..7017e51 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <fastjson.version>1.2.76</fastjson.version> <oshi.version>5.8.0</oshi.version> <jna.version>5.8.0</jna.version> - <commons.io.version>2.10.0</commons.io.version> + <commons.io.version>2.11.0</commons.io.version> <commons.fileupload.version>1.4</commons.fileupload.version> <commons.collections.version>3.2.2</commons.collections.version> <poi.version>4.1.2</poi.version> -- Gitblit v1.9.3