From e34fe7c3c0e707d423364ba110748d9f8cc080dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:00:33 +0000 Subject: [PATCH] build(deps): bump org.telegram:telegrambots from 6.7.0 to 6.8.0 Bumps [org.telegram:telegrambots](https://github.com/rubenlagus/TelegramBots) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scalabot-app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index 05a0754..1433971 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -29,8 +29,8 @@ dependencies { implementation("org.jdom:jdom2:2.0.6.1") - implementation("org.telegram:telegrambots-abilities:6.7.0") - implementation("org.telegram:telegrambots:6.7.0") + implementation("org.telegram:telegrambots-abilities:6.8.0") + implementation("org.telegram:telegrambots:6.8.0") implementation("io.prometheus:simpleclient:0.16.0") implementation("io.prometheus:simpleclient_httpserver:0.16.0")