!8 升级jsoup版本,1.15.3之前的版本存在漏洞

Merge pull request !8 from test/N/A
master
曹二众 2023-01-01 05:58:23 +00:00 committed by Gitee
commit 0c98fd8cf9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.8.3</version>
<version>1.15.3</version>
</dependency>
<!-- google 工具类 -->
<dependency>