From cc6f983ee3c1d5e51f130c2004cd480164731a61 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sat, 24 Jun 2023 14:49:03 +0800
Subject: [PATCH] 升级spring-boot到最新版本2.5.15
---
pom.xml | 17 ++---------------
1 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index de13f2e..afe54fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,10 +23,9 @@
<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.23</fastjson.version>
+ <fastjson.version>2.0.25</fastjson.version>
<oshi.version>6.4.0</oshi.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>
<velocity.version>2.3</velocity.version>
@@ -41,7 +40,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>2.5.14</version>
+ <version>2.5.15</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -92,13 +91,6 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
- </dependency>
-
- <!-- 文件上传工具类 -->
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${commons.fileupload.version}</version>
</dependency>
<!-- excel工具 -->
@@ -190,11 +182,6 @@
<module>ruoyi-common</module>
</modules>
<packaging>pom</packaging>
-
-
- <dependencies>
-
- </dependencies>
<build>
<plugins>
--
Gitblit v1.9.2