1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-04-01 11:19:03 +00:00

update dependencies

This commit is contained in:
InsanusMokrassar 2025-01-29 12:39:36 +06:00
parent 82acc8cb1f
commit 8c7261fda9
2 changed files with 11 additions and 5 deletions

@ -2,6 +2,12 @@
## 23.1.2
* `Version`:
* `Kotlin`: `2.1.0` -> `2.1.10`
* `Serialization`: `1.7.3` -> `1.8.0`
* `MicroUtils`: `0.24.4` -> `0.24.5`
* `KSLog`: `1.4.0` -> `1.4.1`
## 23.1.1
* `Version`:

@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.0"
kotlin-serialization = "1.7.3"
kotlin = "2.1.10"
kotlin-serialization = "1.8.0"
kotlin-coroutines = "1.10.1"
javax-activation = "1.1.1"
@ -10,11 +10,11 @@ korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "3.0.3"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"
kotlin-poet = "1.18.1"
microutils = "0.24.4"
kslog = "1.4.0"
microutils = "0.24.5"
kslog = "1.4.1"
versions = "0.51.0"