@@ -46,15 +46,15 @@ Related Documents:
4646<dependency >
4747 <groupId >com.alibaba.fastjson2</groupId >
4848 <artifactId >fastjson2</artifactId >
49- <version >2.0.26 </version >
49+ <version >2.0.27 </version >
5050</dependency >
5151```
5252
5353` Gradle ` :
5454
5555``` groovy
5656dependencies {
57- implementation 'com.alibaba.fastjson2:fastjson2:2.0.26 '
57+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.27 '
5858}
5959```
6060
@@ -72,15 +72,15 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
7272<dependency >
7373 <groupId >com.alibaba</groupId >
7474 <artifactId >fastjson</artifactId >
75- <version >2.0.26 </version >
75+ <version >2.0.27 </version >
7676</dependency >
7777```
7878
7979` Gradle ` :
8080
8181``` groovy
8282dependencies {
83- implementation 'com.alibaba:fastjson:2.0.26 '
83+ implementation 'com.alibaba:fastjson:2.0.27 '
8484}
8585```
8686
@@ -94,15 +94,15 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
9494<dependency >
9595 <groupId >com.alibaba.fastjson2</groupId >
9696 <artifactId >fastjson2-kotlin</artifactId >
97- <version >2.0.26 </version >
97+ <version >2.0.27 </version >
9898</dependency >
9999```
100100
101101` Kotlin Gradle ` :
102102
103103``` kotlin
104104dependencies {
105- implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.26 " )
105+ implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.27 " )
106106}
107107```
108108
@@ -116,15 +116,15 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas
116116<dependency >
117117 <groupId >com.alibaba.fastjson2</groupId >
118118 <artifactId >fastjson2-extension</artifactId >
119- <version >2.0.26 </version >
119+ <version >2.0.27 </version >
120120</dependency >
121121```
122122
123123` Gradle ` :
124124
125125``` groovy
126126dependencies {
127- implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.26 '
127+ implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.27 '
128128}
129129```
130130
0 commit comments