From 3c8efaad927d8854bdda9b4478aad4e819b5c1fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:39:11 +0000 Subject: [PATCH] Chore(deps): Bump com.alibaba:fastjson from 2.0.49 to 2.0.50 Bumps [com.alibaba:fastjson](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: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 602d9cc..b05cb4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation("com.alibaba:fastjson:2.0.49") + implementation("com.alibaba:fastjson:2.0.50") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") implementation(kotlin("stdlib-jdk8"))