update dependencies

io.ktor:ktor-* 3.3.0 -> 3.3.1
com.squareup.okio:okio 3.16.0 -> 3.16.2
org.jetbrains.dokka:dokka-gradle-plugin 2.0.0 -> 2.1.0
This commit is contained in:
2025-10-19 15:55:57 +06:00
parent c2965da341
commit 89e16b7bdb
2 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
# Changelog
## 0.26.6 — 2025-10-19
## 0.26.6
* `Versions`:
* `Ktor`: `3.3.0` -> `3.3.1`
* `Okio`: `3.16.0` -> `3.16.2`
## 0.26.5

View File

@@ -10,7 +10,7 @@ kslog = "1.5.1"
jb-compose = "1.8.2"
jb-exposed = "0.61.0"
jb-dokka = "2.0.0"
jb-dokka = "2.1.0"
# 3.50.3.0 contains bug https://github.com/InsanusMokrassar/MicroUtils/actions/runs/18138301958/job/51629588088
sqlite = "3.50.1.0"
@@ -18,13 +18,13 @@ sqlite = "3.50.1.0"
korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "3.3.0"
ktor = "3.3.1"
gh-release = "2.5.2"
koin = "4.1.1"
okio = "3.16.0"
okio = "3.16.2"
ksp = "2.2.20-2.0.3"
kotlin-poet = "2.2.0"