update dependencies

This commit is contained in:
InsanusMokrassar 2023-11-23 12:06:46 +06:00
parent 3b2ccbf33b
commit e34bc7453e
3 changed files with 12 additions and 3 deletions

View File

@ -2,6 +2,11 @@
## 9.4.0
* `Version`:
* `Serialization`: `1.6.0` -> `1.6.1`
* `Ktor`: `2.3.5` -> `2.3.6`
* `MicroUtils`: `0.20.12` -> `0.20.14`
## 9.3.0
This release become possible thanks to [Anton Lakotka](https://youtrack.jetbrains.com/users/anton.lakotka)

View File

@ -16,6 +16,7 @@ buildscript {
plugins {
alias(libs.plugins.kotlin.dokka)
alias(libs.plugins.versions)
}
// temporal crutch until legacy tests will be stabled or legacy target will be removed

View File

@ -1,19 +1,21 @@
[versions]
kotlin = "1.9.20"
kotlin-serialization = "1.6.0"
kotlin-serialization = "1.6.1"
kotlin-coroutines = "1.7.3"
javax-activation = "1.1.1"
korlibs = "4.0.10"
uuid = "0.8.1"
ktor = "2.3.5"
ktor = "2.3.6"
ksp = "1.9.20-1.0.14"
kotlin-poet = "1.14.2"
microutils = "0.20.12"
microutils = "0.20.14"
versions = "0.50.0"
github-release-plugin = "2.4.1"
dokka = "1.9.10"
@ -71,3 +73,4 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }