From 44a7f6838c3ebe2870485c21141c8ca832c3b2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:19:49 +0000 Subject: [PATCH] Chore(deps): Bump com.alibaba:fastjson from 2.0.51 to 2.0.52 Bumps [com.alibaba:fastjson](https://github.com/alibaba/fastjson2) from 2.0.51 to 2.0.52. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.51...2.0.52) --- 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 1cc1151..cd0db8f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ repositories { val ktorVersion = "2.3.12" dependencies { - implementation("com.alibaba:fastjson:2.0.51") + implementation("com.alibaba:fastjson:2.0.52") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") implementation("io.ktor:ktor-server-core:$ktorVersion")