Skip to content

Commit f33a3f0

Browse files
committed
fix: aliyun-java-sdk-chatbot/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMALIBABA-73578
1 parent 2203866 commit f33a3f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aliyun-java-sdk-chatbot/pom.xml

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ http://www.aliyun.com</description>
4141
<dependency>
4242
<groupId>com.alibaba</groupId>
4343
<artifactId>fastjson</artifactId>
44-
<version>1.2.9</version>
44+
<version>1.2.25</version>
4545
</dependency>
4646
</dependencies>
4747
<licenses>
4848
<license>
49-
<name></name>
50-
<url></url>
51-
<distribution></distribution>
49+
<name/>
50+
<url/>
51+
<distribution/>
5252
</license>
5353
</licenses>
5454
<scm>

0 commit comments

Comments
 (0)