build(deps): bump org.telegram:telegrambots-abilities

Bumps [org.telegram:telegrambots-abilities](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-abilities
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-02 17:00:34 +00:00 committed by GitHub
parent f1c36aacdb
commit b301da2032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ dependencies {
implementation("org.jdom:jdom2:2.0.6.1")
implementation("org.telegram:telegrambots-abilities:6.7.0")
implementation("org.telegram:telegrambots-abilities:6.8.0")
implementation("org.telegram:telegrambots:6.7.0")
implementation("io.prometheus:simpleclient:0.16.0")

View File

@ -8,7 +8,7 @@ plugins {
dependencies {
implementation("commons-codec:commons-codec:1.16.0")
api("org.telegram:telegrambots-abilities:6.7.0")
api("org.telegram:telegrambots-abilities:6.8.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.mockito:mockito-core:5.5.0")