update pom.xml.
升级fastjson版本到1.2.83,1.2.83版本之前存在代码执行漏洞风险,CVE-2022-25845 Signed-off-by: test <531648642@qq.com>
This commit is contained in:
parent
4c3e6b8fc9
commit
7c1811ad73
2
pom.xml
2
pom.xml
|
|
@ -17,7 +17,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<fastjson.version>1.2.70</fastjson.version>
|
||||
<fastjson.version>1.2.83</fastjson.version>
|
||||
<jackson-databind.version>2.9.6</jackson-databind.version>
|
||||
<mybatis-spring-boot-starter.version>1.3.2</mybatis-spring-boot-starter.version>
|
||||
<pagehelper-spring-boot-starter.version>1.2.5</pagehelper-spring-boot-starter.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue