From 4fa50a7fbbd558b13e983f866df7c839e4826bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 03:08:30 +0000 Subject: [PATCH 1/3] build(deps): bump com.alibaba.fastjson2:fastjson2 from 2.0.37 to 2.0.38 Bumps [com.alibaba.fastjson2:fastjson2](https://github.com/alibaba/fastjson2) from 2.0.37 to 2.0.38. - [Release notes](https://github.com/alibaba/fastjson2/releases) - [Commits](https://github.com/alibaba/fastjson2/compare/2.0.37...2.0.38) --- updated-dependencies: - dependency-name: com.alibaba.fastjson2:fastjson2 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 d6fd1b94..3d559770 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,7 +79,7 @@ pmd = { module = 'com.alibaba.p3c:p3c-pmd', version = '2.1.1' } # other libs hutool-all = { module = 'cn.hutool:hutool-all', version.ref = 'hutool' } -fastjson = { module = 'com.alibaba.fastjson2:fastjson2', version = '2.0.37' } +fastjson = { module = 'com.alibaba.fastjson2:fastjson2', version = '2.0.38' } justauth = { module = 'me.zhyd.oauth:JustAuth', version = '1.16.5' } auto-service = { module = 'com.google.auto.service:auto-service', version = '1.1.1' } compile-testing = { module = 'com.google.testing.compile:compile-testing', version = '0.21.0' } From d0a9fd6b0ffb2921254109897caf9a3b4ee12e30 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 30 Jul 2023 16:47:27 +0800 Subject: [PATCH 2/3] Update libs.versions.toml Signed-off-by: Henry --- gradle/libs.versions.toml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3d559770..2a24903c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,6 +3,7 @@ hutool = '5.8.21' mybatis-plus = '3.5.3.1' mapstruct = '1.5.5.Final' incap = '1.0.0' +fastjson = '2.0.37' [libraries] # bom libs @@ -79,7 +80,11 @@ pmd = { module = 'com.alibaba.p3c:p3c-pmd', version = '2.1.1' } # other libs hutool-all = { module = 'cn.hutool:hutool-all', version.ref = 'hutool' } -fastjson = { module = 'com.alibaba.fastjson2:fastjson2', version = '2.0.38' } +fastjson = { module = 'com.alibaba.fastjson2:fastjson2', version = 'fastjson' } +fastjson-extension = { module = 'com.alibaba.fastjson2:fastjson2-extension', version = 'fastjson' } +fastjson-extension-spring = { module = 'com.alibaba.fastjson2:fastjson2-extension-spring6', version = 'fastjson' } +fastjson-kotlin = { module = 'com.alibaba.fastjson2:fastjson2-kotlin', version = 'fastjson' } +fastjson1 = { module = 'com.alibaba:fastjson', version = 'fastjson' } justauth = { module = 'me.zhyd.oauth:JustAuth', version = '1.16.5' } auto-service = { module = 'com.google.auto.service:auto-service', version = '1.1.1' } compile-testing = { module = 'com.google.testing.compile:compile-testing', version = '0.21.0' } @@ -94,9 +99,9 @@ platform = [ 'spring-boot-dependencies', 'quarkus-dependencies', 'springdoc-openapi-dependencies' ] constraints = [ - 'hutool-all', 'fastjson', 'pmd', 'mybatis-plus', 'mybatis-plus-annotation', 'mybatis-plus-core', - 'mybatis-plus-extension', 'mybatis-plus-boot-starter', 'mybatis-plus-generator', 'spock-reports', - 'mapstruct', 'mapstruct-processor', 'justauth' + 'hutool-all', 'fastjson', 'fastjson-extension', 'fastjson-extension-spring', 'fastjson-kotlin', 'fastjson1', 'pmd', + 'spock-reports', 'mybatis-plus', 'mybatis-plus-annotation', 'mybatis-plus-core', 'mybatis-plus-extension', + 'mybatis-plus-boot-starter', 'mybatis-plus-generator', 'mapstruct', 'mapstruct-processor', 'justauth' ] groovy = [ 'groovy-core', 'groovy-datetime', 'groovy-dateutil', 'groovy-groovydoc', 'groovy-json', From 1cdcb3adc9f6acf98d9508c2f1e98dbafa3baa1d Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 30 Jul 2023 16:48:06 +0800 Subject: [PATCH 3/3] Update libs.versions.toml Signed-off-by: Henry --- 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 2a24903c..b1f4b8ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ hutool = '5.8.21' mybatis-plus = '3.5.3.1' mapstruct = '1.5.5.Final' incap = '1.0.0' -fastjson = '2.0.37' +fastjson = '2.0.38' [libraries] # bom libs