Browse Source

修复fastjson≤1.2.80反序列化漏洞

ZhangWenQiang 3 năm trước cách đây
mục cha
commit
57969d5e2b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -153,7 +153,7 @@
 		<dependency>
          	<groupId>com.alibaba</groupId>
          	<artifactId>fastjson</artifactId>
-         	<version>1.2.56</version>
+         	<version>1.2.83</version>
         </dependency>
       
 		<!--mysql-->