From 1c9c076280db6eb95e7db2725d08ac5fc0d3fef3 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 29 Jun 2023 08:50:27 +0800
Subject: [PATCH] 升级oshi到最新版本6.4.3
---
pom.xml | 19 +++----------------
1 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index de13f2e..2872f29 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>
- <oshi.version>6.4.0</oshi.version>
+ <fastjson.version>2.0.34</fastjson.version>
+ <oshi.version>6.4.3</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