mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-02 05:17:24 +00:00
build(dependencies): 更新 telegrambots 依赖项.
将 telegrambots 依赖项更新至 6.5.0, 支持新版 Api; 已确认 telegrambots 6.5.0 版本升级了jackson-databind 版本, 因此移除 jackson-databind 的显性依赖声明.
This commit is contained in:
@ -29,12 +29,8 @@ dependencies {
|
||||
|
||||
implementation("org.jdom:jdom2:2.0.6.1")
|
||||
|
||||
implementation("org.telegram:telegrambots-abilities:6.3.0")
|
||||
implementation("org.telegram:telegrambots:6.3.0")
|
||||
|
||||
// Added as a mitigation measure for vulnerabilities.
|
||||
// When the relevant reference dependency updates it, it will be removed.
|
||||
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4.2")
|
||||
implementation("org.telegram:telegrambots-abilities:6.5.0")
|
||||
implementation("org.telegram:telegrambots:6.5.0")
|
||||
|
||||
implementation("io.prometheus:simpleclient:0.16.0")
|
||||
implementation("io.prometheus:simpleclient_httpserver:0.16.0")
|
||||
|
Reference in New Issue
Block a user