mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
build(dependencies): 更新 TelegramBots 依赖项的版本号.
将 TelegramBots 依赖版本升级至 6.3.0, 支持新的 Telegram Bot API.
This commit is contained in:
parent
34d9ece6d7
commit
961382fb56
@ -29,8 +29,8 @@ dependencies {
|
|||||||
|
|
||||||
implementation("org.jdom:jdom2:2.0.6.1")
|
implementation("org.jdom:jdom2:2.0.6.1")
|
||||||
|
|
||||||
implementation("org.telegram:telegrambots-abilities:6.1.0")
|
implementation("org.telegram:telegrambots-abilities:6.3.0")
|
||||||
implementation("org.telegram:telegrambots:6.1.0")
|
implementation("org.telegram:telegrambots:6.3.0")
|
||||||
|
|
||||||
// Added as a mitigation measure for vulnerabilities.
|
// Added as a mitigation measure for vulnerabilities.
|
||||||
// When the relevant reference dependency updates it, it will be removed.
|
// When the relevant reference dependency updates it, it will be removed.
|
||||||
|
@ -9,7 +9,7 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("commons-codec:commons-codec:1.15")
|
implementation("commons-codec:commons-codec:1.15")
|
||||||
api("org.telegram:telegrambots-abilities:6.1.0")
|
api("org.telegram:telegrambots-abilities:6.3.0")
|
||||||
api("org.slf4j:slf4j-api:2.0.3")
|
api("org.slf4j:slf4j-api:2.0.3")
|
||||||
|
|
||||||
// Added as a mitigation measure for vulnerabilities.
|
// Added as a mitigation measure for vulnerabilities.
|
||||||
|
@ -12,7 +12,7 @@ dependencies {
|
|||||||
api("org.eclipse.aether:aether-api:$aetherVersion")
|
api("org.eclipse.aether:aether-api:$aetherVersion")
|
||||||
implementation("org.eclipse.aether:aether-util:$aetherVersion")
|
implementation("org.eclipse.aether:aether-util:$aetherVersion")
|
||||||
|
|
||||||
implementation("org.telegram:telegrambots-meta:6.1.0")
|
implementation("org.telegram:telegrambots-meta:6.3.0")
|
||||||
|
|
||||||
// Added as a mitigation measure for vulnerabilities.
|
// Added as a mitigation measure for vulnerabilities.
|
||||||
// When the relevant reference dependency updates it, it will be removed.
|
// When the relevant reference dependency updates it, it will be removed.
|
||||||
|
Loading…
Reference in New Issue
Block a user