mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 04:47:24 +00:00
Compare commits
1 Commits
main
...
bump-tgbot
Author | SHA1 | Date | |
---|---|---|---|
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")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user