From 0c9dd8ba97a6e1bd13253c299fc641127b5f68dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:41:41 +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 9.1.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.9.7.1...v9.1.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-abilities dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b701d53..0541d4b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,8 +46,8 @@ 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:9.1.0") + implementation("org.telegram:telegrambots-abilities:9.1.0") //loggers // https://mvnrepository.com/artifact/org.slf4j/slf4j-api