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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8610894..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>
@@ -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>
--
Gitblit v1.9.3