Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions telegram_bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading