1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-01 06:09:22 +00:00

update dependencies

This commit is contained in:
2025-08-04 01:36:56 +06:00
parent e1d9ebff90
commit 667c49f13d
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
## 27.1.1
* `Version`:
* `MicroUtils`: `0.26.1` -> `0.26.2`
* `Core`:
* Make `BusinessLocation#location` optional (fix of [#990](https://github.com/InsanusMokrassar/ktgbotapi/issues/990))

View File

@@ -11,9 +11,9 @@ uuid = "0.8.4"
ktor = "3.2.2"
ksp = "2.2.0-2.0.2"
kotlin-poet = "2.0.0"
kotlin-poet = "2.2.0"
microutils = "0.26.1"
microutils = "0.26.2"
kslog = "1.5.0"
versions = "0.52.0"