From dc48f9858bc9cabe06c5ea0f1f07eef0c3a55868 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 28 十月 2022 20:59:42 +0800
Subject: [PATCH] 修复table中更多按钮切换主题色未生效修复问题

---
 pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c95045b..31e1017 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
         <kaptcha.version>2.3.2</kaptcha.version>
         <mybatis-spring-boot.version>2.2.2</mybatis-spring-boot.version>
         <pagehelper.boot.version>1.4.3</pagehelper.boot.version>
-        <fastjson.version>2.0.14</fastjson.version>
-        <oshi.version>6.2.2</oshi.version>
+        <fastjson.version>2.0.15</fastjson.version>
+        <oshi.version>6.3.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>

--
Gitblit v1.9.2