From 5b8370b54c123f38c64f053fa59ee2903b5b40e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 10:43:07 +0800 Subject: [PATCH] build(deps): bump com.alibaba.fastjson2:fastjson2 from 2.0.49 to 2.0.50 (#233) Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.49 to 2.0.50. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.49...2.0.50) --- updated-dependencies: - dependency-name: com.alibaba.fastjson2:fastjson2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- HttpJsonClient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpJsonClient/build.gradle b/HttpJsonClient/build.gradle index df82a66..65754f7 100644 --- a/HttpJsonClient/build.gradle +++ b/HttpJsonClient/build.gradle @@ -8,5 +8,5 @@ java { } dependencies { - api 'com.alibaba.fastjson2:fastjson2:2.0.49' + api 'com.alibaba.fastjson2:fastjson2:2.0.50' } \ No newline at end of file