From 8989f71aa9635ab1fe61bfc01b130a626c14dcf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 10:02:18 +0000 Subject: [PATCH] Update tgbotapi to v34 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 212bd9b..149b651 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ okhttp = "5.3.2" retrofit = "3.0.0" retrofitConverterSerialization = "1.0.0" slf4j = "2.0.17" -tgbotapi = "33.1.0" +tgbotapi = "34.0.0" [libraries] kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinCoroutines" }