build(dependencies): 更新 TelegramBots 依赖项的版本 (6.0.1 -> 6.1.0)

更新版本将有利于开发者和用户使用新的功能.
This commit is contained in:
2022-07-16 20:30:22 +08:00
parent e8711e9974
commit a8a0a9576f
3 changed files with 4 additions and 4 deletions

View File

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