From 2d643ff23c87db91c9b99ff84b83378d55c09192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 17:06:49 +0000 Subject: [PATCH] Bump com.alibaba.fastjson2:fastjson2 from 2.0.29 to 2.0.33 Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.29 to 2.0.33. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.29...2.0.33) --- 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..ccae7d5 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.33' implementation 'org.yaml:snakeyaml:2.0' // chatgpt