From 5ab37ea338f74c9e5e0336f33c084c60bd53fa20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 19:06:21 +0000 Subject: [PATCH] Bump com.alibaba:fastjson in /Spring-Boot-MybatisPlus Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson) from 1.2.66 to 1.2.83. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.2.66...1.2.83) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- Spring-Boot-MybatisPlus/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spring-Boot-MybatisPlus/pom.xml b/Spring-Boot-MybatisPlus/pom.xml index dc3a3e4..c72c0d1 100644 --- a/Spring-Boot-MybatisPlus/pom.xml +++ b/Spring-Boot-MybatisPlus/pom.xml @@ -58,7 +58,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> - <version>1.2.66</version> + <version>1.2.83</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId>