升级fastjson,修复漏洞
This commit is contained in:
@@ -97,6 +97,15 @@
|
|||||||
<!-- 依赖管理 -->
|
<!-- 依赖管理 -->
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<!-- 漏洞修复(对应版本升级后可删除) begin -->
|
||||||
|
<!-- fastjson[spring-cloud-starter-alibaba-sentinel] -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.alibaba</groupId>
|
||||||
|
<artifactId>fastjson</artifactId>
|
||||||
|
<version>2.0.64</version>
|
||||||
|
</dependency>
|
||||||
|
<!-- 漏洞修复 end -->
|
||||||
|
|
||||||
<!-- xtools-parent 依赖 -->
|
<!-- xtools-parent 依赖 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xujun</groupId>
|
<groupId>org.xujun</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user