From cc59017a45d9a24cdc3b5ee0b4ab2301b55efd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:02:52 +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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 641189b..eb31149 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ com.alibaba fastjson - 1.2.76 + 2.0.21 com.squareup.okhttp3