diff --git a/scalabot-meta/build.gradle.kts b/scalabot-meta/build.gradle.kts index 4c56be8..30e801a 100644 --- a/scalabot-meta/build.gradle.kts +++ b/scalabot-meta/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { api("org.eclipse.aether:aether-api:$aetherVersion") implementation("org.eclipse.aether:aether-util:$aetherVersion") - implementation("org.telegram:telegrambots-meta:6.5.0") + implementation("org.telegram:telegrambots-meta:6.7.0") api("com.google.code.gson:gson:2.10.1")