Browse Source

!2 【轻量级 PR】:升级fastjson版本到1.2.83,1.2.83版本之前存在代码执行漏洞风险,CVE-2022-25845

Merge pull request !2 from liongooowww/N/A
master
divenswu 2 years ago
committed by Gitee
parent
commit
dbb994508e
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      pom.xml

2
pom.xml

@ -26,7 +26,7 @@
<properties> <properties>
<opencv.version>4.6.0-0</opencv.version> <opencv.version>4.6.0-0</opencv.version>
<onnxruntime.version>1.13.1</onnxruntime.version> <onnxruntime.version>1.13.1</onnxruntime.version>
<fastjson.version>1.2.67_noneautotype2</fastjson.version> <fastjson.version>1.2.83</fastjson.version>
<hibernate.version>6.0.21.Final</hibernate.version> <hibernate.version>6.0.21.Final</hibernate.version>
<commons-math3.version>3.6.1</commons-math3.version> <commons-math3.version>3.6.1</commons-math3.version>
<commons-collections4.version>4.3</commons-collections4.version> <commons-collections4.version>4.3</commons-collections4.version>

Loading…
Cancel
Save