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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-18 19:00:14 +08:00 committed by GitHub
parent 546ccee7c0
commit f9c03cde4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",