From 42a074d74cbe0041251f9434d5dc03ade391755b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 05:24:45 +0000 Subject: [PATCH] Bump telegrambots from 4.1.2 to 5.0.1 Bumps [telegrambots](https://github.com/rubenlagus/TelegramBots) from 4.1.2 to 5.0.1. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v4.1.2...v5.0.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..74ba107 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.0.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'