From 649cfe8652b3b25e553d1985a27da9aeec77daf4 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 25 一月 2024 11:34:25 +0800 Subject: [PATCH] 优化匹配方式 --- pom.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index fb1d612..91a7a4b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,32 +6,32 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> - <version>3.8.6</version> + <version>3.8.7</version> <name>ruoyi</name> <url>http://www.ruoyi.vip</url> <description>若依管理系统</description> <properties> - <ruoyi.version>3.8.6</ruoyi.version> + <ruoyi.version>3.8.7</ruoyi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <java.version>1.8</java.version> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> - <druid.version>1.2.16</druid.version> + <druid.version>1.2.20</druid.version> <bitwalker.version>1.21</bitwalker.version> <swagger.version>3.0.0</swagger.version> <kaptcha.version>2.3.3</kaptcha.version> - <pagehelper.boot.version>1.4.6</pagehelper.boot.version> - <fastjson.version>2.0.34</fastjson.version> - <oshi.version>6.4.3</oshi.version> - <commons.io.version>2.11.0</commons.io.version> + <pagehelper.boot.version>1.4.7</pagehelper.boot.version> + <fastjson.version>2.0.43</fastjson.version> + <oshi.version>6.4.8</oshi.version> + <commons.io.version>2.13.0</commons.io.version> <commons.collections.version>3.2.2</commons.collections.version> <poi.version>4.1.2</poi.version> <velocity.version>2.3</velocity.version> <jwt.version>0.9.1</jwt.version> </properties> - + <!-- 依赖声明 --> <dependencyManagement> <dependencies> -- Gitblit v1.9.2