From 3039b745a981ebb84b7417f39a597b08598e76d5 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 07 Dec 2022 10:12:15 +0800
Subject: [PATCH] 升级echarts到最新版本5.4.0
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index f7280e9..16c8808 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
<pagehelper.boot.version>1.4.5</pagehelper.boot.version>
<fastjson.version>2.0.16</fastjson.version>
- <oshi.version>6.3.0</oshi.version>
+ <oshi.version>6.3.2</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>
--
Gitblit v1.9.2