From 0340b424b696bc2edab015efc351eca8b30e850f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:21:37 +0000 Subject: [PATCH] chore(deps): bump com.alibaba:fastjson from 2.0.53 to 2.0.58 Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.53 to 2.0.58. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.53...2.0.58) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-version: 2.0.58 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..ced4239 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.58") implementation("commons-codec:commons-codec:1.17.1")