From 751ca9069090532a136307cbefe563ed32d79949 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期五, 25 六月 2021 17:23:45 +0800 Subject: [PATCH] !251 修复日志列表取消字段排序时的报错问题 Merge pull request !251 from 稚屿/N/A --- 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.2