diff --git a/README.md b/README.md index cedf9af903..65d7e4f089 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.53 + 2.0.54 ``` @@ -49,7 +49,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.54' } ``` @@ -67,7 +67,7 @@ dependencies { com.alibaba fastjson - 2.0.53 + 2.0.54 ``` @@ -75,7 +75,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.53' + implementation 'com.alibaba:fastjson:2.0.54' } ``` @@ -89,7 +89,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.53 + 2.0.54 ``` @@ -114,7 +114,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.53") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.54") } ``` @@ -135,7 +135,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.53 + 2.0.54 ``` @@ -143,7 +143,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.53 + 2.0.54 ``` @@ -151,14 +151,14 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.54' } ``` ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.54' } ``` diff --git a/README_EN.md b/README_EN.md index a2b2b57002..797a81ae1e 100644 --- a/README_EN.md +++ b/README_EN.md @@ -47,7 +47,7 @@ Related Documents: com.alibaba.fastjson2 fastjson2 - 2.0.53 + 2.0.54 ``` @@ -55,7 +55,7 @@ Related Documents: ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.54' } ``` @@ -73,7 +73,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co com.alibaba fastjson - 2.0.53 + 2.0.54 ``` @@ -81,7 +81,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.53' + implementation 'com.alibaba:fastjson:2.0.54' } ``` @@ -95,7 +95,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.53 + 2.0.54 ``` @@ -120,7 +120,7 @@ If the data class is used or the parameters are passed in through constructor, t ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.53") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.54") } ``` @@ -141,7 +141,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas com.alibaba.fastjson2 fastjson2-extension - 2.0.53 + 2.0.54 ``` @@ -149,7 +149,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.54' } ``` diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 8557d2c3ab..93b385fe94 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/codegen-test/pom.xml b/codegen-test/pom.xml index 454e0ccbfb..2f505ef7f5 100644 --- a/codegen-test/pom.xml +++ b/codegen-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/codegen/pom.xml b/codegen/pom.xml index 7d065c9497..3987452451 100644 --- a/codegen/pom.xml +++ b/codegen/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index f4c208ca02..b6cec7f19a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/docs/index.md b/docs/index.md index aecf3838fc..0223b40c99 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ com.alibaba.fastjson2 fastjson2 - 2.0.53 + 2.0.54 ``` @@ -39,7 +39,7 @@ ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2:2.0.54' } ``` @@ -57,7 +57,7 @@ dependencies { com.alibaba fastjson - 2.0.53 + 2.0.54 ``` @@ -65,7 +65,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba:fastjson:2.0.53' + implementation 'com.alibaba:fastjson:2.0.54' } ``` @@ -79,7 +79,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-kotlin - 2.0.53 + 2.0.54 ``` @@ -87,7 +87,7 @@ dependencies { ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.53") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.54") } ``` @@ -101,7 +101,7 @@ dependencies { com.alibaba.fastjson2 fastjson2-extension - 2.0.53 + 2.0.54 ``` @@ -109,7 +109,7 @@ dependencies { ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.54' } ``` diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md index 7c00edfc58..bc8759510c 100644 --- a/docs/kotlin_cn.md +++ b/docs/kotlin_cn.md @@ -10,7 +10,7 @@ com.alibaba.fastjson2 fastjson2-kotlin - 2.0.53 + 2.0.54 ``` @@ -35,7 +35,7 @@ ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.53") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.54") } ``` diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md index fdda29e915..5e62e45325 100644 --- a/docs/kotlin_en.md +++ b/docs/kotlin_en.md @@ -10,7 +10,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use com.alibaba.fastjson2 fastjson2-kotlin - 2.0.53 + 2.0.54 ``` @@ -35,7 +35,7 @@ If the data class is used or the parameters are passed in through constructor, t ```kotlin dependencies { - implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.53") + implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.54") } ``` diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md index 63ddafa00a..7a4643d3d3 100644 --- a/docs/spring_support_cn.md +++ b/docs/spring_support_cn.md @@ -10,7 +10,7 @@ Fastjson2采用多module的结构设计,对SpringFramework等框架的支持 com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.53 + 2.0.54 or @@ -18,7 +18,7 @@ or com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.53 + 2.0.54 ``` @@ -26,13 +26,13 @@ or ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.54' } or dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.54' } ``` > 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。 diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md index d8bef9f747..7c3b078fa3 100644 --- a/docs/spring_support_en.md +++ b/docs/spring_support_en.md @@ -11,7 +11,7 @@ independent in the `extension` dependency. com.alibaba.fastjson2 fastjson2-extension-spring5 - 2.0.53 + 2.0.54 or @@ -19,7 +19,7 @@ or com.alibaba.fastjson2 fastjson2-extension-spring6 - 2.0.53 + 2.0.54 ``` @@ -27,13 +27,13 @@ or ```groovy dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.54' } or dependencies { - implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.53' + implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.54' } ``` > After version 2.0.23, in order to be compatible with Spring 5.x / 6.x, different versions are independently opened with different dependency packages. diff --git a/docs/vector_optimized.md b/docs/vector_optimized.md index 13d2a55075..d73ace82ca 100644 --- a/docs/vector_optimized.md +++ b/docs/vector_optimized.md @@ -7,7 +7,7 @@ fastjson 2.0.51中已经支持vector api,这个优化目前处于incubator状 com.alibaba.fastjson2 fastjson2-incubator-vector - 2.0.53 + 2.0.54 ``` diff --git a/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml index e3ead00c09..228cb596c0 100644 --- a/example-graalvm-native/pom.xml +++ b/example-graalvm-native/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml @@ -35,7 +35,7 @@ 17 ${maven.compiler.source} 3.4.2 - 2.0.54-SNAPSHOT + 2.0.54 fastjson2-example-graalvm-native diff --git a/example-solon-test/pom.xml b/example-solon-test/pom.xml index 9eace9d1e3..08519f8e49 100644 --- a/example-solon-test/pom.xml +++ b/example-solon-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml index a14b90d713..b46d42cc49 100644 --- a/example-spring-test/pom.xml +++ b/example-spring-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml index 5b9ba2acf0..b5df46fe05 100644 --- a/example-spring6-test/pom.xml +++ b/example-spring6-test/pom.xml @@ -5,7 +5,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml @@ -16,7 +16,7 @@ true true - 2.0.54-SNAPSHOT + 2.0.54 17 17 ${maven.compiler.source} diff --git a/extension-jaxrs/extension-jaxrs-jakarta/pom.xml b/extension-jaxrs/extension-jaxrs-jakarta/pom.xml index 5ce3beb7e4..2ab5e99f07 100644 --- a/extension-jaxrs/extension-jaxrs-jakarta/pom.xml +++ b/extension-jaxrs/extension-jaxrs-jakarta/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-extension-jaxrs - 2.0.54-SNAPSHOT + 2.0.54 fastjson2-extension-jaxrs-jakarta diff --git a/extension-jaxrs/extension-jaxrs-javax/pom.xml b/extension-jaxrs/extension-jaxrs-javax/pom.xml index bef2994c96..62e1b2f309 100644 --- a/extension-jaxrs/extension-jaxrs-javax/pom.xml +++ b/extension-jaxrs/extension-jaxrs-javax/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-extension-jaxrs - 2.0.54-SNAPSHOT + 2.0.54 fastjson2-extension-jaxrs-javax diff --git a/extension-jaxrs/pom.xml b/extension-jaxrs/pom.xml index af65d70a5a..1f7287e815 100644 --- a/extension-jaxrs/pom.xml +++ b/extension-jaxrs/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 fastjson2-extension-jaxrs pom diff --git a/extension-solon/pom.xml b/extension-solon/pom.xml index bf592af343..3196ab3b78 100644 --- a/extension-solon/pom.xml +++ b/extension-solon/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml index 18fba7b617..546f239065 100644 --- a/extension-spring5/pom.xml +++ b/extension-spring5/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml index 93d074e934..2b79291e93 100644 --- a/extension-spring6/pom.xml +++ b/extension-spring6/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/extension/pom.xml b/extension/pom.xml index 308d5bf539..d59eb957db 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml index 69bfafec6c..4c8ee05b01 100644 --- a/fastjson1-compatible/pom.xml +++ b/fastjson1-compatible/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/incubator-vector/pom.xml b/incubator-vector/pom.xml index 8c9be15a4d..3ae9f167b8 100644 --- a/incubator-vector/pom.xml +++ b/incubator-vector/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 82790f1bb8..009a124560 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/pom.xml b/pom.xml index e3ebfa6eb1..f500dc08b9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ${project.artifactId} Fastjson is a JSON processor (JSON parser + JSON generator) written in Java pom diff --git a/safemode-test/pom.xml b/safemode-test/pom.xml index 021f1dfbd8..853d33ff2c 100644 --- a/safemode-test/pom.xml +++ b/safemode-test/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml diff --git a/test-jdk17/pom.xml b/test-jdk17/pom.xml index df6654f07e..7ef4133843 100644 --- a/test-jdk17/pom.xml +++ b/test-jdk17/pom.xml @@ -6,7 +6,7 @@ com.alibaba.fastjson2 fastjson2-parent - 2.0.54-SNAPSHOT + 2.0.54 ../pom.xml