diff --git a/README.md b/README.md
index a253f58fe..127d02c7f 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@
com.alibaba.fastjson2
fastjson2
- 2.0.22
+ 2.0.23
```
@@ -56,7 +56,7 @@
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
}
```
@@ -74,7 +74,7 @@ dependencies {
com.alibaba
fastjson
- 2.0.22
+ 2.0.23
```
@@ -82,7 +82,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba:fastjson:2.0.22'
+ implementation 'com.alibaba:fastjson:2.0.23'
}
```
@@ -96,7 +96,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.22
+ 2.0.23
```
@@ -104,7 +104,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
}
```
@@ -118,7 +118,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-extension
- 2.0.22
+ 2.0.23
```
@@ -126,7 +126,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
}
```
diff --git a/README_EN.md b/README_EN.md
index 5c23604d2..b07829676 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -46,7 +46,7 @@ Related Documents:
com.alibaba.fastjson2
fastjson2
- 2.0.22
+ 2.0.23
```
@@ -54,7 +54,7 @@ Related Documents:
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
}
```
@@ -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.22
+ 2.0.23
```
@@ -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.22'
+ implementation 'com.alibaba:fastjson:2.0.23'
}
```
@@ -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.22
+ 2.0.23
```
@@ -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.22")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
}
```
@@ -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.22
+ 2.0.23
```
@@ -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.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
}
```
diff --git a/adapter/pom.xml b/adapter/pom.xml
index d9c3e635d..6b9107c77 100644
--- a/adapter/pom.xml
+++ b/adapter/pom.xml
@@ -6,7 +6,7 @@
fastjson2-parent
com.alibaba.fastjson2
- 2.0.23-SNAPSHOT
+ 2.0.23
fastjson2-adapter
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 38397e672..6086a8d83 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/core/pom.xml b/core/pom.xml
index cebd12a86..8afdd1841 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/docs/index.md b/docs/index.md
index 61d9d7479..ffea02591 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -31,7 +31,7 @@
com.alibaba.fastjson2
fastjson2
- 2.0.22
+ 2.0.23
```
@@ -39,7 +39,7 @@
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.23'
}
```
@@ -57,7 +57,7 @@ dependencies {
com.alibaba
fastjson
- 2.0.22
+ 2.0.23
```
@@ -65,7 +65,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba:fastjson:2.0.22'
+ implementation 'com.alibaba:fastjson:2.0.23'
}
```
@@ -79,7 +79,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.22
+ 2.0.23
```
@@ -87,7 +87,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
}
```
@@ -101,7 +101,7 @@ dependencies {
com.alibaba.fastjson2
fastjson2-extension
- 2.0.22
+ 2.0.23
```
@@ -109,7 +109,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.23'
}
```
diff --git a/docs/kotlin_cn.md b/docs/kotlin_cn.md
index 872b87f4e..45ec33721 100644
--- a/docs/kotlin_cn.md
+++ b/docs/kotlin_cn.md
@@ -11,7 +11,7 @@
com.alibaba.fastjson2
fastjson2-kotlin
- 2.0.22
+ 2.0.23
```
@@ -19,7 +19,7 @@
```kotlin
dependencies {
- implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.22")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
}
```
diff --git a/docs/kotlin_en.md b/docs/kotlin_en.md
index 57c8afad0..4cb3bca82 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.22
+ 2.0.23
```
@@ -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.22")
+ implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.23")
}
```
diff --git a/docs/spring_support_cn.md b/docs/spring_support_cn.md
index 43b87b2d6..cece3ff80 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.22
+ 2.0.23
or
@@ -18,7 +18,7 @@ or
com.alibaba.fastjson2
fastjson2-extension-spring6
- 2.0.22
+ 2.0.23
```
@@ -26,17 +26,17 @@ or
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.23'
}
or
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.23'
}
```
-> 2.0.22版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。
-> 如使用2.0.22之前的版本,请参考:
+> 2.0.23版本之后为了兼容Spring 5.x / 6.x,将不同版本独立开不同的依赖包。
+> 如使用2.0.23之前的版本,请参考:
`Maven`:
diff --git a/docs/spring_support_en.md b/docs/spring_support_en.md
index 019597ad3..2fe4ff7ee 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.22
+ 2.0.23
or
@@ -19,7 +19,7 @@ or
com.alibaba.fastjson2
fastjson2-extension-spring6
- 2.0.22
+ 2.0.23
```
@@ -27,17 +27,17 @@ or
```groovy
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.23'
}
or
dependencies {
- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.22'
+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.23'
}
```
-> After version 2.0.22, in order to be compatible with Spring 5.x / 6.x, different versions are independently opened with different dependency packages.
-> If using a version earlier than 2.0.22, please refer to:
+> 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.
+> If using a version earlier than 2.0.23, please refer to:
`Maven`:
diff --git a/example-graalvm-native/pom.xml b/example-graalvm-native/pom.xml
index 557d49254..a966c9b0e 100644
--- a/example-graalvm-native/pom.xml
+++ b/example-graalvm-native/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/example-spring-test/pom.xml b/example-spring-test/pom.xml
index 64cdf7209..230866eb3 100644
--- a/example-spring-test/pom.xml
+++ b/example-spring-test/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/example-spring6-test/pom.xml b/example-spring6-test/pom.xml
index ea577b6bb..729ba01ce 100644
--- a/example-spring6-test/pom.xml
+++ b/example-spring6-test/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
com.example
@@ -16,7 +16,7 @@
true
- 2.0.23-SNAPSHOT
+ 2.0.23
17
17
${maven.compiler.source}
diff --git a/extension-spring5/pom.xml b/extension-spring5/pom.xml
index 3b284001c..00204eed7 100644
--- a/extension-spring5/pom.xml
+++ b/extension-spring5/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/extension-spring6/pom.xml b/extension-spring6/pom.xml
index 996cdd9df..4415efca9 100644
--- a/extension-spring6/pom.xml
+++ b/extension-spring6/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/extension/pom.xml b/extension/pom.xml
index c85a1371a..32c320147 100644
--- a/extension/pom.xml
+++ b/extension/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/fastjson1-compatible/pom.xml b/fastjson1-compatible/pom.xml
index a8d64742d..0a78df216 100644
--- a/fastjson1-compatible/pom.xml
+++ b/fastjson1-compatible/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index ad04bf6fc..7edda47f5 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml
diff --git a/safemode-test/pom.xml b/safemode-test/pom.xml
index c86359740..3e9ad6cc1 100644
--- a/safemode-test/pom.xml
+++ b/safemode-test/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.fastjson2
fastjson2-parent
- 2.0.23-SNAPSHOT
+ 2.0.23
../pom.xml