From 4001c791597b5e84e73c7fc278c48074d447984c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:53:08 +0000 Subject: [PATCH] chore(deps): bump com.alibaba:fastjson from 2.0.53 to 2.0.57 Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.53 to 2.0.57. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.53...2.0.57) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a16268d..e8b5c8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ mavenPublishing { dependencies { implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") - implementation("com.alibaba:fastjson:2.0.53") + implementation("com.alibaba:fastjson:2.0.57") implementation("commons-codec:commons-codec:1.17.1")