4141<dependency >
4242 <groupId >com.alibaba.fastjson2</groupId >
4343 <artifactId >fastjson2</artifactId >
44- <version >2.0.56 </version >
44+ <version >2.0.57 </version >
4545</dependency >
4646```
4747
4848` Gradle ` :
4949
5050``` groovy
5151dependencies {
52- implementation 'com.alibaba.fastjson2:fastjson2:2.0.56 '
52+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.57 '
5353}
5454```
5555
@@ -67,15 +67,15 @@ dependencies {
6767<dependency >
6868 <groupId >com.alibaba</groupId >
6969 <artifactId >fastjson</artifactId >
70- <version >2.0.56 </version >
70+ <version >2.0.57 </version >
7171</dependency >
7272```
7373
7474` Gradle ` :
7575
7676``` groovy
7777dependencies {
78- implementation 'com.alibaba:fastjson:2.0.56 '
78+ implementation 'com.alibaba:fastjson:2.0.57 '
7979}
8080```
8181
@@ -89,7 +89,7 @@ dependencies {
8989<dependency >
9090 <groupId >com.alibaba.fastjson2</groupId >
9191 <artifactId >fastjson2-kotlin</artifactId >
92- <version >2.0.56 </version >
92+ <version >2.0.57 </version >
9393</dependency >
9494```
9595
@@ -114,7 +114,7 @@ dependencies {
114114
115115``` kotlin
116116dependencies {
117- implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.56 " )
117+ implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.57 " )
118118}
119119```
120120
@@ -135,30 +135,30 @@ dependencies {
135135<dependency >
136136 <groupId >com.alibaba.fastjson2</groupId >
137137 <artifactId >fastjson2-extension-spring5</artifactId >
138- <version >2.0.56 </version >
138+ <version >2.0.57 </version >
139139</dependency >
140140```
141141
142142``` xml
143143<dependency >
144144 <groupId >com.alibaba.fastjson2</groupId >
145145 <artifactId >fastjson2-extension-spring6</artifactId >
146- <version >2.0.56 </version >
146+ <version >2.0.57 </version >
147147</dependency >
148148```
149149
150150` Gradle ` :
151151
152152``` groovy
153153dependencies {
154- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.56 '
154+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.57 '
155155}
156156```
157157
158158
159159``` groovy
160160dependencies {
161- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.56 '
161+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.57 '
162162}
163163```
164164
0 commit comments