From 098c650655766bb19991b7bccca1a109d60bbc5d Mon Sep 17 00:00:00 2001 From: Ming <5325253+ming21@user.noreply.gitee.com> Date: 星期二, 24 八月 2021 16:42:56 +0800 Subject: [PATCH] update ruoyi-common/src/main/java/com/ruoyi/common/filter/XssHttpServletRequestWrapper.java. 增加available方法于XssHttpServletRequestWrapper --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 60c01e2..7017e51 100644 --- a/pom.xml +++ b/pom.xml @@ -25,9 +25,9 @@ <mybatis-spring-boot.version>2.1.4</mybatis-spring-boot.version> <pagehelper.boot.version>1.3.1</pagehelper.boot.version> <fastjson.version>1.2.76</fastjson.version> - <oshi.version>5.7.4</oshi.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.2