[Fix][Update] Pixiv 更新 HttpClient 依赖项的版本以修复该依赖项的一个漏洞;

[Update] org.apache.httpcomponents:httpclient 更新版本以修复 CVE-2020-13956 漏洞(4.5.12 -> 4.5.13);
This commit is contained in:
LamGC 2021-06-20 14:33:53 +08:00
parent 544c56281a
commit 7fd5c5bfc5
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>