From 910d1f573ced7765fdb4e773ad81f5620bc21513 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:29:47 +0000 Subject: [PATCH] Bump telegrambots from 4.1.2 to 5.1.1 Bumps [telegrambots](https://github.com/rubenlagus/TelegramBots) from 4.1.2 to 5.1.1. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v4.1.2...v5.1.1) 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..ad7717d 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.1.1' 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'