From 9d361266dc64a81c8ba8e3f881739ca974cc1620 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 03:51:27 +0000 Subject: [PATCH] Bump telegrambots from 4.1.2 to 5.2.0 Bumps [telegrambots](https://github.com/rubenlagus/TelegramBots) from 4.1.2 to 5.2.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v4.1.2...v5.2.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..0664585 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.2.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'