From 7a36df3d2c849c6da922622231abb5c7e0779775 Mon Sep 17 00:00:00 2001 From: fuhouyin Date: Wed, 10 May 2023 10:16:57 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=9B=B4=E6=96=B0fastjson=20=E4=B8=BA?= =?UTF-8?q?=20fastjson2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 ++++---- src/main/java/Feishu/FeiShu.java | 2 +- src/main/java/wxMod/wxSendMsgController.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8653097..f359ca1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,14 +27,14 @@ - com.alibaba - fastjson - 2.0.26 + com.alibaba.fastjson2 + fastjson2 + 2.0.31 cn.hutool hutool-all - 5.8.16 + 5.8.18 org.projectlombok diff --git a/src/main/java/Feishu/FeiShu.java b/src/main/java/Feishu/FeiShu.java index 99489e3..e46c955 100644 --- a/src/main/java/Feishu/FeiShu.java +++ b/src/main/java/Feishu/FeiShu.java @@ -1,6 +1,6 @@ package Feishu; -import com.alibaba.fastjson.JSONObject; +import com.alibaba.fastjson2.JSONObject; import org.springframework.web.client.RestTemplate; import java.util.HashMap; diff --git a/src/main/java/wxMod/wxSendMsgController.java b/src/main/java/wxMod/wxSendMsgController.java index 65990a2..447ac90 100644 --- a/src/main/java/wxMod/wxSendMsgController.java +++ b/src/main/java/wxMod/wxSendMsgController.java @@ -1,6 +1,6 @@ package wxMod; -import com.alibaba.fastjson.JSONObject; +import com.alibaba.fastjson2.JSONObject; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;