mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-25 03:28:44 +00:00
update dependencies
This commit is contained in:
parent
a2c353ca41
commit
129fb31b74
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
## 9.4.2
|
## 9.4.2
|
||||||
|
|
||||||
|
* `Version`:
|
||||||
|
* `Serialization`: `1.6.1` -> `1.6.2`
|
||||||
|
* `Ktor`: `2.3.6` -> `2.3.7`
|
||||||
|
* `MicroUtils`: `0.20.15` -> `0.20.19`
|
||||||
|
|
||||||
## 9.4.1
|
## 9.4.1
|
||||||
|
|
||||||
* Replace warning about two bots from `LongPolling` to `DefaultKtorRequestsExecutor`
|
* Replace warning about two bots from `LongPolling` to `DefaultKtorRequestsExecutor`
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.21"
|
kotlin = "1.9.21"
|
||||||
kotlin-serialization = "1.6.1"
|
kotlin-serialization = "1.6.2"
|
||||||
kotlin-coroutines = "1.7.3"
|
kotlin-coroutines = "1.7.3"
|
||||||
|
|
||||||
javax-activation = "1.1.1"
|
javax-activation = "1.1.1"
|
||||||
|
|
||||||
korlibs = "4.0.10"
|
korlibs = "4.0.10"
|
||||||
uuid = "0.8.1"
|
uuid = "0.8.1"
|
||||||
ktor = "2.3.6"
|
ktor = "2.3.7"
|
||||||
|
|
||||||
ksp = "1.9.20-1.0.14"
|
ksp = "1.9.21-1.0.15"
|
||||||
kotlin-poet = "1.15.1"
|
kotlin-poet = "1.15.3"
|
||||||
|
|
||||||
microutils = "0.20.15"
|
microutils = "0.20.19"
|
||||||
kslog = "1.3.1"
|
kslog = "1.3.1"
|
||||||
|
|
||||||
versions = "0.50.0"
|
versions = "0.50.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user