update dependencies

org.jetbrains.kotlin:kotlin-gradle-plugin 2.2.20 -> 2.3.20
org.jetbrains.kotlinx:kotlinx-serialization-json 1.9.0 -> 1.11.0
io.ktor:ktor-client-core 3.3.0 -> 3.4.2
dev.inmo:micro_utils.common 0.26.5 -> 0.29.2
com.gradleup.nmcp.aggregation 1.2.0 -> 1.4.4
This commit is contained in:
2026-04-19 12:56:26 +06:00
parent fcd2f350d1
commit 9a746451c0
2 changed files with 10 additions and 5 deletions

View File

@@ -3,6 +3,11 @@
## 0.19.1
* Versions:
* `Kotlin`: `2.3.20`
* `Coroutines`: `1.10.2`
* `Serialization`: `1.11.0`
* `Ktor`: `3.4.2`
* `MicroUtils`: `0.29.2`
## 0.19.0

View File

@@ -1,16 +1,16 @@
[versions]
kt = "2.2.20"
kt = "2.3.20"
kt-coroutines = "1.10.2"
kt-serialization = "1.9.0"
kt-serialization = "1.11.0"
klock = "5.4.0"
ktor = "3.3.0"
ktor = "3.4.2"
microutils = "0.26.5"
microutils = "0.29.2"
gh-release = "2.5.2"
nmcp = "1.2.0"
nmcp = "1.4.4"
[libraries]