From b3b77a33f41aa2026120184598136015ff833d52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 02:19:45 +0000 Subject: [PATCH] Update dependency com.alibaba:fastjson to v2.0.52 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 521d5fc..d939f0d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("org.hibernate.orm:hibernate-community-dialects:6.4.4.Final") // Fastjson - implementation("com.alibaba:fastjson:2.0.48") + implementation("com.alibaba:fastjson:2.0.52") // Socket.io implementation("com.corundumstudio.socketio:netty-socketio:2.0.8")