diff --git a/README.md b/README.md
index aa8cf189f2..5aca6ce822 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@
com.alibaba.fastjson2
fastjson2
- 2.0.23
+ 2.0.24
```
@@ -55,7 +55,7 @@
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.24'
}
```
@@ -73,7 +73,7 @@ dependencies {
com.alibaba
fastjson
- 2.0.23
+ 2.0.24
```
@@ -81,7 +81,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba:fastjson:2.0.23'
+ implementation 'com.alibaba:fastjson:2.0.24'
}
```
@@ -95,7 +95,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.23
+ 2.0.24
```
@@ -103,7 +103,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.24")
}
```
@@ -117,7 +117,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-extension
- 2.0.23
+ 2.0.24
```
@@ -125,7 +125,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.24'
}
```
diff --git a/README_EN.md b/README_EN.md
index b078296765..f5168a3f72 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -46,7 +46,7 @@ Related Documents:
com.alibaba.fastjson2
fastjson2
- 2.0.23
+ 2.0.24
```
@@ -54,7 +54,7 @@ Related Documents:
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.24'
}
```
@@ -72,7 +72,7 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
com.alibaba
fastjson
- 2.0.23
+ 2.0.24
```
@@ -80,7 +80,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.23'
+ implementation 'com.alibaba:fastjson:2.0.24'
}
```
@@ -94,7 +94,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.23
+ 2.0.24
```
@@ -102,7 +102,7 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.24")
}
```
@@ -116,7 +116,7 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas
com.alibaba.fastjson2
fastjson2-extension
- 2.0.23
+ 2.0.24
```
@@ -124,7 +124,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.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.24'
}
```
diff --git a/adapter/pom.xml b/adapter/pom.xml
index a094b4546e..c565df5c70 100644
--- a/adapter/pom.xml
+++ b/adapter/pom.xml
@@ -6,7 +6,7 @@
fastjson2-parent
com.alibaba.fastjson2
- 2.0.24-SNAPSHOT
+ 2.0.24
fastjson2-adapter
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 81b3e99522..8f9fbf7cd3 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index 5045e1fb71..74fcf94f51 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/docs/index.md b/docs/index.md
index ffea025915..678d1e6c79 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -31,7 +31,7 @@
com.alibaba.fastjson2
fastjson2
- 2.0.23
+ 2.0.24
```
@@ -39,7 +39,7 @@
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.24'
}
```
@@ -57,7 +57,7 @@ dependencies {
com.alibaba
fastjson
- 2.0.23
+ 2.0.24
```
@@ -65,7 +65,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba:fastjson:2.0.23'
+ implementation 'com.alibaba:fastjson:2.0.24'
}
```
@@ -79,7 +79,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.23
+ 2.0.24
```
@@ -87,7 +87,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.24")
}
```
@@ -101,7 +101,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-extension
- 2.0.23
+ 2.0.24
```
@@ -109,7 +109,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.24'
}
```
diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md
index 45ec337210..292b3d6c2c 100644
--- a/docs/kotlin_cn.md
+++ b/docs/kotlin_cn.md
@@ -11,7 +11,7 @@
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.23
+ 2.0.24
```
@@ -19,7 +19,7 @@
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.24")
}
```
diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md
index 4cb3bca82c..0a0ac84121 100644
--- a/docs/kotlin_en.md
+++ b/docs/kotlin_en.md
@@ -11,7 +11,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.23
+ 2.0.24
```
@@ -19,7 +19,7 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.24")
}
```
diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md
index cece3ff80b..7d72550926 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.23
+ 2.0.24
or
@@ -18,7 +18,7 @@ or
com.alibaba.fastjson2
fastjson2-extension-spring6
- 2.0.23
+ 2.0.24
```
@@ -26,13 +26,13 @@ or
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.24'
}
or
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.24'
}
```
> 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。
diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md
index 2fe4ff7ee6..c43ae7b3f5 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.23
+ 2.0.24
or
@@ -19,7 +19,7 @@ or
com.alibaba.fastjson2
fastjson2-extension-spring6
- 2.0.23
+ 2.0.24
```
@@ -27,13 +27,13 @@ or
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.24'
}
or
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.23'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.24'
}
```
> 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/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml
index edb6304718..6520d46370 100644
--- a/example-graalvm-native/pom.xml
+++ b/example-graalvm-native/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
@@ -35,7 +35,7 @@
17
${maven.compiler.source}
3.2.2
- 2.0.24-SNAPSHOT
+ 2.0.24
fastjson2-example-graalvm-native
diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml
index 74bb18f264..2f20f012bb 100644
--- a/example-spring-test/pom.xml
+++ b/example-spring-test/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml
index c61a6f85f8..688634a037 100644
--- a/example-spring6-test/pom.xml
+++ b/example-spring6-test/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
@@ -15,7 +15,7 @@
example-spring6-test
true
- 2.0.24-SNAPSHOT
+ 2.0.24
17
17
${maven.compiler.source}
diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml
index 5cc2bb6011..d5cb621c17 100644
--- a/extension-spring5/pom.xml
+++ b/extension-spring5/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml
index 7b422b99c7..b701f88b95 100644
--- a/extension-spring6/pom.xml
+++ b/extension-spring6/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/extension/pom.xml b/extension/pom.xml
index c00fdf35ab..2e4ca8f754 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml
index 48f2e0ac3d..19afc343dd 100644
--- a/fastjson1-compatible/pom.xml
+++ b/fastjson1-compatible/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/incubator-vector/pom.xml b/incubator-vector/pom.xml
index 2ff5a59550..bdab6283c2 100644
--- a/incubator-vector/pom.xml
+++ b/incubator-vector/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index 36a167aa7a..1287a651de 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml
diff --git a/pom.xml b/pom.xml
index bee520ea5b..4e82811b01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
${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 8732f3b57d..0331fa5da6 100644
--- a/safemode-test/pom.xml
+++ b/safemode-test/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.24-SNAPSHOT
+ 2.0.24
../pom.xml