From 655ae9030f6fe318086173dc90bc59335756b973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:04:13 +0000 Subject: [PATCH] Bump com.alibaba:fastjson from 1.2.76 to 2.0.24 Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 1.2.76 to 2.0.24. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/commits/2.0.24) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc4c297739..d52c3829e5 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ ext { "spring-test" : "org.springframework:spring-test:${springVersion}", "assertj-core" : "org.assertj:assertj-core:3.22.0", "junit-jupiter" : "org.junit.jupiter:junit-jupiter:${junitVersion}", - "fastjson" : "com.alibaba:fastjson:1.2.76", + "fastjson" : "com.alibaba:fastjson:2.0.24", "jackson" : "com.fasterxml.jackson.core:jackson-databind:2.12.5", "gson" : "com.google.code.gson:gson:2.8.8", "lagarto" : "org.jodd:jodd-lagarto:6.0.5",