From 2253a146b32b5eb97609be4026bf9a30f44aea13 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 5 Dec 2023 10:48:22 +0800 Subject: [PATCH] update fastjson2 --- pom.xml | 2 +- .../src/main/resources/META-INF/spring-devtools.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c272192..a966aab 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.0.0 2.3.3 1.4.6 - 2.0.41 + 2.0.43 6.4.6 2.13.0 3.2.2 diff --git a/ruoyi-admin/src/main/resources/META-INF/spring-devtools.properties b/ruoyi-admin/src/main/resources/META-INF/spring-devtools.properties index 2b23f85..37e7b58 100644 --- a/ruoyi-admin/src/main/resources/META-INF/spring-devtools.properties +++ b/ruoyi-admin/src/main/resources/META-INF/spring-devtools.properties @@ -1 +1 @@ -restart.include.json=/com.alibaba.fastjson.*.jar \ No newline at end of file +restart.include.json=/com.alibaba.fastjson2.*.jar \ No newline at end of file