From 544c56281a84f6b7e45a0cd71d14c5681f0a8395 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sun, 20 Jun 2021 14:29:23 +0800 Subject: [PATCH] =?UTF-8?q?[Fix][Update]=20Framework-TelegramBots=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20HttpClient=20=E4=BE=9D=E8=B5=96=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E4=BB=A5=E4=BF=AE=E5=A4=8D=E8=AF=A5?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=A1=B9=E7=9A=84=E4=B8=80=E4=B8=AA=E6=BC=8F?= =?UTF-8?q?=E6=B4=9E;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Update] org.apache.httpcomponents:httpclient 更新版本以修复 CVE-2020-13956 漏洞(4.5.12 -> 4.5.13); --- ContentGrabbingJi-framework-telegrambots/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContentGrabbingJi-framework-telegrambots/pom.xml b/ContentGrabbingJi-framework-telegrambots/pom.xml index c3e1f61..acdf54c 100644 --- a/ContentGrabbingJi-framework-telegrambots/pom.xml +++ b/ContentGrabbingJi-framework-telegrambots/pom.xml @@ -68,7 +68,7 @@ org.apache.httpcomponents httpclient - 4.5.12 + 4.5.13