mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
build(deps): bump all telegrambots deps 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](rubenlagus/TelegramBots@v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: org.telegram:telegrambots-abilities dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.telegram:telegrambots dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.telegram:telegrambots-meta dependency-type: direct:production update-type: version-update:semver-minor ...
This commit is contained in:
parent
f188d5bfa9
commit
6f8ec737b4
@ -29,8 +29,8 @@ dependencies {
|
|||||||
|
|
||||||
implementation("org.jdom:jdom2:2.0.6.1")
|
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("org.telegram:telegrambots:6.8.0")
|
||||||
|
|
||||||
implementation("io.prometheus:simpleclient:0.16.0")
|
implementation("io.prometheus:simpleclient:0.16.0")
|
||||||
implementation("io.prometheus:simpleclient_httpserver:0.16.0")
|
implementation("io.prometheus:simpleclient_httpserver: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.7.0")
|
api("org.telegram:telegrambots-abilities:6.8.0")
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
|
||||||
testImplementation("org.mockito:mockito-core:5.8.0")
|
testImplementation("org.mockito:mockito-core:5.8.0")
|
||||||
|
@ -12,7 +12,7 @@ dependencies {
|
|||||||
api("org.eclipse.aether:aether-api:$aetherVersion")
|
api("org.eclipse.aether:aether-api:$aetherVersion")
|
||||||
implementation("org.eclipse.aether:aether-util:$aetherVersion")
|
implementation("org.eclipse.aether:aether-util:$aetherVersion")
|
||||||
|
|
||||||
implementation("org.telegram:telegrambots-meta:6.7.0")
|
implementation("org.telegram:telegrambots-meta:6.8.0")
|
||||||
|
|
||||||
api("com.google.code.gson:gson:2.10.1")
|
api("com.google.code.gson:gson:2.10.1")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user