From ad1a040ebdfdfc7a56110067937dfa9b4b52d50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:03:21 +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.0.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.9.7.1...v9.0.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-abilities dependency-version: 9.0.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 7bb7e25..635c0e9 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.0.0") + implementation("org.telegram:telegrambots-abilities:9.0.0") //loggers // https://mvnrepository.com/artifact/org.slf4j/slf4j-api