Skip to content

Commit aae74a4

Browse files
SoftwareKingjin1.xu
authored andcommitted
升级fastjson到安全版本
1 parent 3d23ad6 commit aae74a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ch10-1/ch10-1-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.alibaba</groupId>
2121
<artifactId>fastjson</artifactId>
22-
<version>1.2.4</version>
22+
<version>1.2.31</version>
2323
</dependency>
2424
</dependencies>
2525

ch25/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<dependency>
223223
<groupId>com.alibaba</groupId>
224224
<artifactId>fastjson</artifactId>
225-
<version>1.2.12</version>
225+
<version>1.2.31</version>
226226
</dependency>
227227
<!-- Misc End -->
228228
<!-- jdbc driver -->

0 commit comments

Comments
 (0)