From 5ca02ba7d442bcb9c2009c061f539a88b4155950 Mon Sep 17 00:00:00 2001 From: aNNiMON Date: Sun, 15 Sep 2024 18:33:05 +0300 Subject: [PATCH] Bump tgbots module --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 12d30ee..1a41c8f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { } dependencies { - implementation ('com.annimon:tgbots-module:7.9.0') { + implementation ('com.annimon:tgbots-module:7.10.0') { exclude group: 'org.telegram', module: 'telegrambots-webhook' } implementation 'org.slf4j:slf4j-simple:2.0.13'