Skip to content

Commit

Permalink
telegram channel - use okhttp 3.14 for better http/2 support with tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Denire committed Jan 12, 2023
1 parent 3d7e7e3 commit d15ac35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions channels/telegram/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ dependencies {
api("com.github.kotlin-telegram-bot:kotlin-telegram-bot:6.0.4") {
exclude("com.github.kotlin-telegram-bot.kotlin-telegram-bot", "webhook")
exclude("org.jetbrains.kotlin", "kotlin-stdlib")
exclude("com.squareup.okhttp3", "okhttp")
exclude("com.squareup.okhttp3", "logging-interceptor")
}
api("com.squareup.okhttp3:okhttp:3.14.0")
api("com.squareup.okhttp3:logging-interceptor:3.14.0")
}

0 comments on commit d15ac35

Please sign in to comment.