mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
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] <support@github.com>
This commit is contained in:
parent
9e87591671
commit
6256157592
@ -29,7 +29,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation("org.jdom:jdom2:2.0.6.1")
|
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("org.telegram:telegrambots:6.8.0")
|
||||||
|
|
||||||
implementation("io.prometheus:simpleclient:0.16.0")
|
implementation("io.prometheus:simpleclient:0.16.0")
|
||||||
|
@ -8,7 +8,7 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("commons-codec:commons-codec:1.16.0")
|
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.junit.jupiter:junit-jupiter-api:5.10.1")
|
||||||
testImplementation("org.mockito:mockito-core:5.11.0")
|
testImplementation("org.mockito:mockito-core:5.11.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user