From 0db5fefa4595ee81bb67dcc59b706dba36f31afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:43:51 +0000 Subject: [PATCH] Bump fastjson in /src/test/resources/multimodulewithoutconfig/module1 Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.1.36 to 1.2.83. - [Release notes](https://github.com/alibaba/fastjson/releases) - [Commits](https://github.com/alibaba/fastjson/compare/1.1.36...1.2.83) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- src/test/resources/multimodulewithoutconfig/module1/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/multimodulewithoutconfig/module1/pom.xml b/src/test/resources/multimodulewithoutconfig/module1/pom.xml index 1b94a3c..f79efe0 100644 --- a/src/test/resources/multimodulewithoutconfig/module1/pom.xml +++ b/src/test/resources/multimodulewithoutconfig/module1/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> - <version>1.1.36</version> + <version>1.2.83</version> </dependency> </dependencies> <profiles>