From 1dfeae6a031d07f90280ef9c2561130803543299 Mon Sep 17 00:00:00 2001 From: 稚屿 <1491182878@qq.com> Date: 星期四, 24 六月 2021 08:27:37 +0800 Subject: [PATCH] 修复日志列表取消字段排序时的报错问题 --- 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