From 3e90fd010df52b065c618e841fad087eff86b975 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 16 六月 2021 09:53:00 +0800 Subject: [PATCH] 升级commons.fileupload到最新版本v1.4 --- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index f473842..526c269 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <oshi.version>5.7.4</oshi.version> <jna.version>5.8.0</jna.version> <commons.io.version>2.10.0</commons.io.version> - <commons.fileupload.version>1.3.3</commons.fileupload.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> <velocity.version>1.7</velocity.version> -- Gitblit v1.9.3