From a2433fa1cb61edc58b8a0412622635d98b406971 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 05:18:09 +0000 Subject: [PATCH] Bump telegrambots from 4.1.2 to 5.3.0 Bumps [telegrambots](https://github.com/rubenlagus/TelegramBots) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v4.1.2...v5.3.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f8848d8..86a0ff1 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ configurations { } dependencies { - compile 'org.telegram:telegrambots:4.1.2' + compile 'org.telegram:telegrambots:5.3.0' compile 'com.google.guava:guava:27.1-jre' compile 'org.springframework:spring-context:5.1.6.RELEASE' compile 'org.apache.logging.log4j:log4j-api:2.11.2'