!41 fastjson的反序列化漏洞

Merge pull request !41 from sszgwdk/master
This commit is contained in:
opengauss-bot 2023-05-04 12:44:49 +00:00 committed by Gitee
commit acea618b3a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.51</version>
<version>1.2.83</version>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
@ -128,7 +128,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>