From e586f11dc0c8b9038f4aef46cb36f40084969448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:16:31 +0000 Subject: [PATCH] chore(deps): bump com.alibaba:fastjson from 2.0.53 to 2.0.59 Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.53 to 2.0.59. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.53...2.0.59) --- updated-dependencies: - dependency-name: com.alibaba:fastjson dependency-version: 2.0.59 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..d9b600d 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.59") implementation("commons-codec:commons-codec:1.17.1")