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

@ -6,7 +6,7 @@ plugins {
}
dependencies {
api("org.telegram:telegrambots-abilities:6.0.1")
api("org.telegram:telegrambots-abilities:6.1.0")
api("org.slf4j:slf4j-api:1.7.36")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")