From 4d949024d54d341a68d99091856bbeb5e5845b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 04:51:39 +0000 Subject: [PATCH] build(deps): bump com.alibaba.fastjson2:fastjson2 in /ihub-dependencies Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.34 to 2.0.35. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.34...2.0.35) --- updated-dependencies: - dependency-name: com.alibaba.fastjson2:fastjson2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ihub-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihub-dependencies/build.gradle b/ihub-dependencies/build.gradle index c18db612..5864debb 100644 --- a/ihub-dependencies/build.gradle +++ b/ihub-dependencies/build.gradle @@ -32,7 +32,7 @@ dependencies { // 配置组件版本 constraints { api rootProject - api 'com.alibaba.fastjson2:fastjson2:2.0.34', + api 'com.alibaba.fastjson2:fastjson2:2.0.35', 'com.alibaba.p3c:p3c-pmd:2.1.1', "com.baomidou:mybatis-plus:${libs.versions.mybatis.plus.get()}", "com.baomidou:mybatis-plus-annotation:${libs.versions.mybatis.plus.get()}",