From 0b06aa66dc037494deab4b94a7c3cd42e1bc8b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 01:27:44 +0000 Subject: [PATCH] Bump fastjson from 1.2.76 to 2.0.21 Bumps [fastjson](https://github.com/alibaba/fastjson2) from 1.2.76 to 2.0.21. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/commits/2.0.21) --- 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 60a589ced3..99b9c6dc9b 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.19.0", "junit-jupiter" : "org.junit.jupiter:junit-jupiter:${junitVersion}", - "fastjson" : "com.alibaba:fastjson:1.2.76", + "fastjson" : "com.alibaba:fastjson:2.0.21", "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",