From f9c03cde4c15dee45974d51ebe38bc488eb908dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:00:14 +0800 Subject: [PATCH] Bump com.alibaba:fastjson from 2.0.52 to 2.0.53 (#6495) Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.52 to 2.0.53. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.52...2.0.53) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 74c8a0562..b08d9ed4d 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext { "spring-test" : "org.springframework:spring-test:${springVersion}", "assertj-core" : "org.assertj:assertj-core:3.26.3", "junit-jupiter" : "org.junit.jupiter:junit-jupiter:${junitVersion}", - "fastjson" : "com.alibaba:fastjson:2.0.52", + "fastjson" : "com.alibaba:fastjson:2.0.53", "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.17.2", "gson" : "com.google.code.gson:gson:2.11.0", "lagarto" : "org.jodd:jodd-lagarto:6.0.6",