From 22ebdb424df0bf8cde8a80d3c079b8f37cc6146c Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期四, 06 七月 2023 22:16:13 +0800
Subject: [PATCH] 排序属性orderBy参数限制长度
---
pom.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8541054..006e585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
- <version>3.8.5</version>
+ <version>3.8.6</version>
<packaging>jar</packaging>
<name>ruoyi</name>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.5.14</version>
+ <version>2.5.15</version>
<relativePath />
</parent>
@@ -25,7 +25,7 @@
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<pagehelper.spring.boot.starter.version>1.4.6</pagehelper.spring.boot.starter.version>
- <fastjson.version>2.0.25</fastjson.version>
+ <fastjson.version>2.0.34</fastjson.version>
<druid.version>1.2.16</druid.version>
<commons.io.version>2.11.0</commons.io.version>
<commons.collections.version>3.2.2</commons.collections.version>
@@ -34,7 +34,7 @@
<kaptcha.version>2.3.3</kaptcha.version>
<swagger.version>3.0.0</swagger.version>
<poi.version>4.1.2</poi.version>
- <oshi.version>6.4.0</oshi.version>
+ <oshi.version>6.4.3</oshi.version>
<velocity.version>2.3</velocity.version>
</properties>
@@ -230,7 +230,7 @@
<version>${kaptcha.version}</version>
<exclusions>
<exclusion>
- <artifactId>javax.servlet-api</artifactId>
+ <artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
--
Gitblit v1.9.3