From b5f068ab909157a4c79b639a7b7e3e94ab581058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:52:15 +0000 Subject: [PATCH] build(deps): bump org.telegram:telegrambots-abilities Bumps [org.telegram:telegrambots-abilities](https://github.com/rubenlagus/TelegramBots) from 6.9.7.1 to 8.3.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.9.7.1...v8.3.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-abilities dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7bb7e25..27652e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { // telegram bot api //https://github.com/rubenlagus/TelegramBots implementation("org.telegram:telegrambots:6.9.7.1") - implementation("org.telegram:telegrambots-abilities:6.9.7.1") + implementation("org.telegram:telegrambots-abilities:8.3.0") //loggers // https://mvnrepository.com/artifact/org.slf4j/slf4j-api