From cdc46a96dbd454f3f4393d24965697e2c42e2381 Mon Sep 17 00:00:00 2001 From: Fedechkin Aleksei Date: Sat, 19 Oct 2024 00:29:32 +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 ccb407f..82eb440 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ repositories { dependencies { implementation("dev.inmo:tgbotapi:18.2.1") - implementation("com.github.centralhardware:telegram-bot-commons:d289ac997d") + implementation("com.github.centralhardware:telegram-bot-commons:1e503cc156") implementation("com.github.seratch:kotliquery:1.9.0") }