From 5d38944c85f3a0ef14a7f6ed06546ef2b5830d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 16:21:56 +0000 Subject: [PATCH] Bump com.alibaba.fastjson2:fastjson2 from 2.0.29 to 2.0.31 Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.29 to 2.0.31. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.29...2.0.31) --- updated-dependencies: - dependency-name: com.alibaba.fastjson2:fastjson2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c51dd29..f0ef576 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { implementation "org.xerial:sqlite-jdbc:3.41.2.1" - implementation 'com.alibaba.fastjson2:fastjson2:2.0.29' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.31' implementation 'org.yaml:snakeyaml:2.0' // chatgpt