mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
fix(dependencies): 更新 Commons-codec 依赖项的版本.
由于目前从 TelegramBots-Abilities 引入的 Commons-codec 存在 Base 32 和 64 的编解码漏洞, 考虑到需要防范潜在的安全问题, 因此决定更新 Commons-codec 的版本号. ---------------- 参考链接: https://devhub.checkmarx.com/cve-details/Cxeb68d52e-5509/
This commit is contained in:
parent
dfab6b14bd
commit
9c32d26c0d
@ -8,6 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("commons-codec:commons-codec:1.15")
|
||||
api("org.telegram:telegrambots-abilities:6.1.0")
|
||||
api("org.slf4j:slf4j-api:2.0.0")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user