From e7e1edb140096d2cab3067a15a6c78041daab748 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期二, 30 一月 2024 17:07:56 +0800 Subject: [PATCH] 修改依赖oshi版本由6.4.0降为5.8.6 --- pom.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9f8f074..a44b2ce 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - + <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> <version>3.8.5</version> @@ -11,7 +11,7 @@ <name>ruoyi</name> <url>http://www.ruoyi.vip</url> <description>鑻ヤ緷绠$悊绯荤粺</description> - + <properties> <ruoyi.version>3.8.5</ruoyi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -25,7 +25,7 @@ <kaptcha.version>2.3.3</kaptcha.version> <pagehelper.boot.version>1.4.6</pagehelper.boot.version> <fastjson.version>2.0.20</fastjson.version> - <oshi.version>6.4.0</oshi.version> + <oshi.version>5.8.6</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> @@ -34,7 +34,7 @@ <jwt.version>0.9.1</jwt.version> <okhttp.version>4.8.1</okhttp.version> </properties> - + <!-- 渚濊禆澹版槑 --> <dependencyManagement> <dependencies> @@ -242,4 +242,4 @@ </pluginRepository> </pluginRepositories> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3