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

更新版本将有利于开发者和用户使用新的功能.
This commit is contained in:
LamGC 2022-07-16 20:30:22 +08:00
parent e8711e9974
commit a8a0a9576f
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
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")

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")

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")