From 9df344a1195a5f70ec1af8afa9e361512f159e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Tue, 16 May 2023 16:08:39 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=E8=B0=83=E6=95=B4=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b91c7..e9534d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ fastjson增加配置 **DisableCircularReferenceDetect**,禁用相同的对象 ### 升级 -> 1,hutool依赖升级:5.8.11 -> 5.8.16 -> 2,fastjson依赖升级:1.2.78 -> 1.2.83 -> 3,mybatis-plus依赖升级:3.5.1 -> 3.5.3 +> 1,hutool依赖升级:5.8.11 -> 5.8.16 +> 2,fastjson依赖升级:1.2.78 -> 1.2.83 +> 3,mybatis-plus依赖升级:3.5.1 -> 3.5.3 ### 调整