diff --git a/telegram_bot/build.gradle b/telegram_bot/build.gradle index 43a5ff10..d5850783 100644 --- a/telegram_bot/build.gradle +++ b/telegram_bot/build.gradle @@ -28,13 +28,13 @@ dependencies { // bot - doesn't work with eureka client // adds core bot functionality - implementation('org.telegram:telegrambots-longpolling:9.4.0') { + implementation('org.telegram:telegrambots-longpolling:10.1.1') { exclude group: 'org.glassfish.jersey.containers' exclude group: 'org.glassfish.jersey.core' exclude group: 'org.glassfish.jersey.inject' exclude group: 'org.glassfish.jersey.media' } - implementation('org.telegram:telegrambots-client:9.4.0') // adds client to communicate with telegram api + implementation('org.telegram:telegrambots-client:10.1.1') // adds client to communicate with telegram api // freemarker implementation 'org.springframework.boot:spring-boot-starter-freemarker'