update uuid

This commit is contained in:
InsanusMokrassar 2023-12-10 13:43:43 +06:00
parent 7fd2442f8b
commit a6d9fa6ce3
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* `Serialization`: `1.6.1` -> `1.6.2`
* `Ktor`: `2.3.6` -> `2.3.7`
* `MicroUtils`: `0.20.15` -> `0.20.19`
* `UUID`: `0.8.1` -> `0.8.2`
## 9.4.1

View File

@ -7,7 +7,7 @@ kotlin-coroutines = "1.7.3"
javax-activation = "1.1.1"
korlibs = "4.0.10"
uuid = "0.8.1"
uuid = "0.8.2"
ktor = "2.3.7"
ksp = "1.9.21-1.0.15"