From 72e4cd9fb35ad437436826dbf67c03fe87533910 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Wed, 29 Nov 2023 12:40:47 +0800
Subject: [PATCH] 优化字典标签支持自定义分隔符
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 58f472d..c272192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
<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.34</fastjson.version>
- <oshi.version>6.4.4</oshi.version>
+ <fastjson.version>2.0.41</fastjson.version>
+ <oshi.version>6.4.6</oshi.version>
<commons.io.version>2.13.0</commons.io.version>
<commons.collections.version>3.2.2</commons.collections.version>
<poi.version>4.1.2</poi.version>
--
Gitblit v1.9.2