build: 更新 TelegramBots 依赖项.

更新该依赖项以支持新版本的 Telegram API.
请注意: TelegramBots 已将弃用类移除.
This commit is contained in:
LamGC 2022-04-18 23:56:30 +08:00
parent 18bc3a8d48
commit d84465ebd9
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ dependencies {
implementation("org.jdom:jdom2:2.0.6.1") implementation("org.jdom:jdom2:2.0.6.1")
implementation("org.telegram:telegrambots-abilities:5.7.1") implementation("org.telegram:telegrambots-abilities:6.0.1")
implementation("org.telegram:telegrambots:5.7.1") implementation("org.telegram:telegrambots:6.0.1")
implementation("io.prometheus:simpleclient:0.15.0") implementation("io.prometheus:simpleclient:0.15.0")
implementation("io.prometheus:simpleclient_httpserver:0.15.0") implementation("io.prometheus:simpleclient_httpserver:0.15.0")

View File

@ -7,7 +7,7 @@ plugins {
} }
dependencies { dependencies {
api("org.telegram:telegrambots-abilities:5.7.1") api("org.telegram:telegrambots-abilities:6.0.1")
api("org.slf4j:slf4j-api:1.7.36") api("org.slf4j:slf4j-api:1.7.36")
// There is nothing to test. // There is nothing to test.