From 6256157592b06b6da83e56e5af71fefded74379f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:10:55 +0000 Subject: [PATCH] build(deps): bump org.telegram:telegrambots-abilities Bumps [org.telegram:telegrambots-abilities](https://github.com/rubenlagus/TelegramBots) from 6.8.0 to 6.9.7.1. - [Release notes](https://github.com/rubenlagus/TelegramBots/releases) - [Commits](https://github.com/rubenlagus/TelegramBots/compare/v6.8.0...v6.9.7.1) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-abilities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scalabot-app/build.gradle.kts | 2 +- scalabot-extension/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scalabot-app/build.gradle.kts b/scalabot-app/build.gradle.kts index d938ffd..f04cb68 100644 --- a/scalabot-app/build.gradle.kts +++ b/scalabot-app/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { implementation("org.jdom:jdom2:2.0.6.1") - implementation("org.telegram:telegrambots-abilities:6.8.0") + implementation("org.telegram:telegrambots-abilities:6.9.7.1") implementation("org.telegram:telegrambots:6.8.0") implementation("io.prometheus:simpleclient:0.16.0") diff --git a/scalabot-extension/build.gradle.kts b/scalabot-extension/build.gradle.kts index 0fdcc1f..0793cc4 100644 --- a/scalabot-extension/build.gradle.kts +++ b/scalabot-extension/build.gradle.kts @@ -8,7 +8,7 @@ plugins { dependencies { implementation("commons-codec:commons-codec:1.16.0") - api("org.telegram:telegrambots-abilities:6.8.0") + api("org.telegram:telegrambots-abilities:6.9.7.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1") testImplementation("org.mockito:mockito-core:5.11.0")