update dependencies

This commit is contained in:
2025-03-31 11:30:56 +06:00
parent 26650e9b6c
commit 5d95c3eb9c
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
## 0.25.4
* `Versions`:
* `Ktor`: `3.1.1` -> `3.1.2`
* `Koin`: `4.0.2` -> `4.0.3`
* `Coroutines`:
* Add `SmartKeyRWLocker.withWriteLocks` extension with vararg keys

View File

@@ -15,11 +15,11 @@ sqlite = "3.49.1.0"
korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "3.1.1"
ktor = "3.1.2"
gh-release = "2.5.2"
koin = "4.0.2"
koin = "4.0.3"
okio = "3.10.2"