From 8a1d6575644a519c368672104c111b646b3741d4 Mon Sep 17 00:00:00 2001 From: Sergey Vasilchenko <55315596+RideSVEL@users.noreply.github.com> Date: Sun, 24 Jan 2021 21:21:02 +0200 Subject: [PATCH 1/2] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..14fc3a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily" From 69f3fb492426879f6f82a272ab02bc7be3d7775e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 24 Jan 2021 19:28:28 +0000 Subject: [PATCH 2/2] Bump telegrambots-spring-boot-starter from 4.9.2 to 5.0.1 Bumps [telegrambots-spring-boot-starter](https://github.com/rubenlagus/TelegramBots) from 4.9.2 to 5.0.1. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v4.9.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 8fddab5..c98ad32 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' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"