update dependencies

org.jetbrains.kotlin:kotlin-stdlib 2.3.10 -> 2.3.20
org.jetbrains.compose:compose-gradle-plugin 1.10.2 -> 1.10.3
org.jetbrains.exposed:exposed-core 1.1.1 -> 1.2.0
org.jetbrains.dokka:dokka-gradle-plugin 2.1.0 -> 2.2.0
org.xerial:sqlite-jdbc 3.51.2.0 -> 3.53.0.0
io.ktor:ktor-client-core 3.4.1 -> 3.4.2
com.squareup.okio:okio 3.16.4 -> 3.17.0
com.squareup:kotlinpoet-ksp 2.2.0 -> 2.3.0
androidx.core:core-ktx 1.17.0 -> 1.18.0
This commit is contained in:
2026-04-18 21:06:59 +06:00
parent 736dd202f4
commit 4310c7fbf3
2 changed files with 20 additions and 9 deletions

View File

@@ -2,6 +2,17 @@
## 0.29.2
* `Versions`:
* `Kotlin`: `2.3.10` -> `2.3.20`
* `Compose`: `1.10.2` -> `1.10.3`
* `Exposed`: `1.1.1` -> `1.2.0`
* `Dokka`: `2.1.0` -> `2.2.0`
* `SQLite`: `3.51.2.0` -> `3.53.0.0`
* `Ktor`: `3.4.1` -> `3.4.2`
* `Okio`: `3.16.4` -> `3.17.0`
* `KotlinPoet`: `2.2.0` -> `2.3.0`
* `AndroidX Core KTX`: `1.17.0` -> `1.18.0`
## 0.29.1
* `Versions`: