From f737984183cc1c9c1bdf0d1485136ab5310fcc0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 04:39:49 +0000 Subject: [PATCH] Update dependency com.alibaba:fastjson to v2.0.49 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 521d5fc..bf95df8 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.49") // Socket.io implementation("com.corundumstudio.socketio:netty-socketio:2.0.8")