[Fix][Update] Framework-TelegramBots 更新 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:29:23 +08:00
parent e47a745a87
commit 544c56281a
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -68,7 +68,7 @@
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
<version>4.5.12</version> <version>4.5.13</version>
</dependency> </dependency>
</dependencies> </dependencies>