4141<dependency >
4242 <groupId >com.alibaba.fastjson2</groupId >
4343 <artifactId >fastjson2</artifactId >
44- <version >2.0.34 </version >
44+ <version >2.0.35 </version >
4545</dependency >
4646```
4747
4848` Gradle ` :
4949
5050``` groovy
5151dependencies {
52- implementation 'com.alibaba.fastjson2:fastjson2:2.0.34 '
52+ implementation 'com.alibaba.fastjson2:fastjson2:2.0.35 '
5353}
5454```
5555
@@ -67,15 +67,15 @@ dependencies {
6767<dependency >
6868 <groupId >com.alibaba</groupId >
6969 <artifactId >fastjson</artifactId >
70- <version >2.0.34 </version >
70+ <version >2.0.35 </version >
7171</dependency >
7272```
7373
7474` Gradle ` :
7575
7676``` groovy
7777dependencies {
78- implementation 'com.alibaba:fastjson:2.0.34 '
78+ implementation 'com.alibaba:fastjson:2.0.35 '
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.34 </version >
92+ <version >2.0.35 </version >
9393</dependency >
9494```
9595
@@ -111,7 +111,7 @@ dependencies {
111111
112112``` kotlin
113113dependencies {
114- implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.34 " )
114+ implementation(" com.alibaba.fastjson2:fastjson2-kotlin:2.0.35 " )
115115}
116116```
117117
@@ -132,30 +132,30 @@ dependencies {
132132<dependency >
133133 <groupId >com.alibaba.fastjson2</groupId >
134134 <artifactId >fastjson2-extension-spring5</artifactId >
135- <version >2.0.34 </version >
135+ <version >2.0.35 </version >
136136</dependency >
137137```
138138
139139``` xml
140140<dependency >
141141 <groupId >com.alibaba.fastjson2</groupId >
142142 <artifactId >fastjson2-extension-spring6</artifactId >
143- <version >2.0.34 </version >
143+ <version >2.0.35 </version >
144144</dependency >
145145```
146146
147147` Gradle ` :
148148
149149``` groovy
150150dependencies {
151- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.34 '
151+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.35 '
152152}
153153```
154154
155155
156156``` groovy
157157dependencies {
158- implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.34 '
158+ implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.35 '
159159}
160160```
161161
0 commit comments