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

@ -11,7 +11,7 @@ dependencies {
api("org.eclipse.aether:aether-api:$aetherVersion")
implementation("org.eclipse.aether:aether-util:$aetherVersion")
implementation("org.telegram:telegrambots-meta:6.0.1")
implementation("org.telegram:telegrambots-meta:6.1.0")
api("com.google.code.gson:gson:2.9.0")