update ktor

This commit is contained in:
InsanusMokrassar 2020-09-28 13:18:03 +06:00
parent 5e7bc96b44
commit e10e257c80
2 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,9 @@
### 0.28.4
* `Common`:
* Version updates:
* `Ktor`: `1.4.0` -> `1.4.1`
* `TelegramBotAPI-core`
* Interface `GroupEventMessage` has been added ([#140](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/140))
* Old `GroupEventMessage` was renamed to `CommonGroupEventMessage` ([#140](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/140))

View File

@ -10,7 +10,7 @@ kotlin_coroutines_version=1.3.9
kotlin_serialisation_runtime_version=1.0.0-RC2
klock_version=1.12.1
uuid_version=0.2.2
ktor_version=1.4.0
ktor_version=1.4.1
javax_activation_version=1.1.1