From ee65d76708f4b4645ca1abc09fc1c5320fd52d1a Mon Sep 17 00:00:00 2001 From: Fedechkin Aleksei Date: Tue, 22 Oct 2024 21:14:29 +0200 Subject: [PATCH] bump commons --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d14300c..62b2321 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ repositories { dependencies { implementation("dev.inmo:tgbotapi:18.2.2") - implementation("com.github.centralhardware:telegram-bot-commons:cc1472911c") + implementation("com.github.centralhardware:telegram-bot-commons:1b5b37063e") implementation("com.github.seratch:kotliquery:1.9.0") }