diff --git a/build.gradle b/build.gradle index f8848d8..86a0ff1 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ configurations { } dependencies { - compile 'org.telegram:telegrambots:4.1.2' + compile 'org.telegram:telegrambots:5.3.0' compile 'com.google.guava:guava:27.1-jre' compile 'org.springframework:spring-context:5.1.6.RELEASE' compile 'org.apache.logging.log4j:log4j-api:2.11.2'