From 961382fb56b17b3f05b6484416f4167b94afdf27 Mon Sep 17 00:00:00 2001 From: LamGC Date: Fri, 16 Dec 2022 01:15:09 +0800 Subject: [PATCH] =?UTF-8?q?build(dependencies):=20=E6=9B=B4=E6=96=B0=20Tel?= =?UTF-8?q?egramBots=20=E4=BE=9D=E8=B5=96=E9=A1=B9=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 TelegramBots 依赖版本升级至 6.3.0, 支持新的 Telegram Bot API. --- scalabot-app/build.gradle.kts | 4 ++-- scalabot-extension/build.gradle.kts | 2 +- scalabot-meta/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index a9cb056..1b06030 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -29,8 +29,8 @@ dependencies { implementation("org.jdom:jdom2:2.0.6.1") - implementation("org.telegram:telegrambots-abilities:6.1.0") - implementation("org.telegram:telegrambots:6.1.0") + implementation("org.telegram:telegrambots-abilities:6.3.0") + implementation("org.telegram:telegrambots:6.3.0") // Added as a mitigation measure for vulnerabilities. // When the relevant reference dependency updates it, it will be removed. diff --git a/scalabot-extension/build.gradle.kts b/scalabot-extension/build.gradle.kts index acca0ee..aa390c7 100644 --- a/scalabot-extension/build.gradle.kts +++ b/scalabot-extension/build.gradle.kts @@ -9,7 +9,7 @@ plugins { dependencies { implementation("commons-codec:commons-codec:1.15") - api("org.telegram:telegrambots-abilities:6.1.0") + api("org.telegram:telegrambots-abilities:6.3.0") api("org.slf4j:slf4j-api:2.0.3") // Added as a mitigation measure for vulnerabilities. diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index f261c00..af25280 100644 --- a/scalabot-meta/build.gradle.kts +++ b/scalabot-meta/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { api("org.eclipse.aether:aether-api:$aetherVersion") implementation("org.eclipse.aether:aether-util:$aetherVersion") - implementation("org.telegram:telegrambots-meta:6.1.0") + implementation("org.telegram:telegrambots-meta:6.3.0") // Added as a mitigation measure for vulnerabilities. // When the relevant reference dependency updates it, it will be removed.