From 2568ac288bb0ed547e3e8ff880b7e38dd93f5822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:53:13 +0000 Subject: [PATCH] build(deps): bump org.telegram:telegrambots-client from 9.4.0 to 10.1.1 Bumps [org.telegram:telegrambots-client](https://github.com/rubenlagus/TelegramBots) from 9.4.0 to 10.1.1. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v9.4.0...v10.1.1) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-client dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- telegram_bot/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram_bot/build.gradle b/telegram_bot/build.gradle index 43a5ff10..d5850783 100644 --- a/telegram_bot/build.gradle +++ b/telegram_bot/build.gradle @@ -28,13 +28,13 @@ dependencies { // bot - doesn't work with eureka client // adds core bot functionality - implementation('org.telegram:telegrambots-longpolling:9.4.0') { + implementation('org.telegram:telegrambots-longpolling:10.1.1') { exclude group: 'org.glassfish.jersey.containers' exclude group: 'org.glassfish.jersey.core' exclude group: 'org.glassfish.jersey.inject' exclude group: 'org.glassfish.jersey.media' } - implementation('org.telegram:telegrambots-client:9.4.0') // adds client to communicate with telegram api + implementation('org.telegram:telegrambots-client:10.1.1') // adds client to communicate with telegram api // freemarker implementation 'org.springframework.boot:spring-boot-starter-freemarker'