From cfe46bffa011046f2f1016d3aac7dfc715318503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 16:01:33 +0000 Subject: [PATCH] chore(deps): bump com.alibaba.fastjson2:fastjson2-kotlin Bumps [com.alibaba.fastjson2:fastjson2-kotlin](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.fastjson2:fastjson2-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b9232a4..e688ddd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ lifecycle = "2.8.0" datastore = "1.1.1" activity-compose = "1.9.0" compose-bom = "2024.05.00" -fastjson2 = "2.0.49" +fastjson2 = "2.0.50" material = "1.12.0" material3 = "1.2.1" material-icons-extended = "1.6.7"