From 905c08fb2c190435e2a6771cae8e4bf29edf3a79 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 19 Mar 2024 16:38:37 +0800
Subject: [PATCH] 升级oshi到最新版本6.5.0
---
pom.xml | 31 +++++++++----------------------
1 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/pom.xml b/pom.xml
index 60a1598..4088b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,32 +6,31 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi</artifactId>
- <version>3.8.5</version>
+ <version>3.8.7</version>
<name>ruoyi</name>
<url>http://www.ruoyi.vip</url>
<description>若依管理系统</description>
<properties>
- <ruoyi.version>3.8.5</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.25</fastjson.version>
- <oshi.version>6.4.0</oshi.version>
- <commons.io.version>2.11.0</commons.io.version>
- <commons.collections.version>3.2.2</commons.collections.version>
+ <pagehelper.boot.version>1.4.7</pagehelper.boot.version>
+ <fastjson.version>2.0.43</fastjson.version>
+ <oshi.version>6.5.0</oshi.version>
+ <commons.io.version>2.13.0</commons.io.version>
<poi.version>4.1.2</poi.version>
<velocity.version>2.3</velocity.version>
<jwt.version>0.9.1</jwt.version>
</properties>
-
+
<!-- 依赖声明 -->
<dependencyManagement>
<dependencies>
@@ -40,7 +39,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>
@@ -105,13 +104,6 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
- </dependency>
-
- <!-- collections工具类 -->
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>${commons.collections.version}</version>
</dependency>
<!-- 阿里JSON解析器 -->
@@ -182,11 +174,6 @@
<module>ruoyi-common</module>
</modules>
<packaging>pom</packaging>
-
-
- <dependencies>
-
- </dependencies>
<build>
<plugins>
--
Gitblit v1.9.2