From 8f1a8be2adf8fb4811b87f591972ecc7f7cab3cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 03:42:55 +0000 Subject: [PATCH] Bump telegrambots-spring-boot-starter from 4.9.2 to 5.0.1.1 Bumps [telegrambots-spring-boot-starter](https://github.com/rubenlagus/TelegramBots) from 4.9.2 to 5.0.1.1. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/commits) 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 8fddab5..0cf16d9 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { } compile group: 'org.postgresql', name: 'postgresql', version: '42.2.18' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' - compile group: 'org.telegram', name: 'telegrambots-spring-boot-starter', version: '4.9.2' + compile group: 'org.telegram', name: 'telegrambots-spring-boot-starter', version: '5.0.1.1' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"