diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ce23dcf5..31661ce9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## 33.1.0 +* `Dependencies`: Update `dev.inmo:micro_utils` from `0.29.1` to `0.29.2` +* `Dependencies`: Update `dev.inmo:kslog` from `1.6.0` to `1.6.1` +* `Dependencies`: Update `com.squareup:kotlinpoet-ksp` from `2.2.0` to `2.3.0` +* `Dependencies`: Update `io.ktor:ktor-*` from `3.4.1` to `3.4.2` +* `Dependencies`: Update `org.jetbrains.kotlinx:kotlinx-serialization-*` from `1.10.0` to `1.11.0` +* `Dependencies`: Update `org.jetbrains.kotlin:kotlin-*` from `2.3.10` to `2.3.20` + ## 33.0.0 **THIS UPDATE CONTAINS ADDING SUPPORT OF [Telegram Bots API 9.6](https://core.telegram.org/bots/api-changelog#april-3-2026)** diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 362e59403f..c4c96be35d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,20 +1,20 @@ [versions] -kotlin = "2.3.10" -kotlin-serialization = "1.10.0" +kotlin = "2.3.20" +kotlin-serialization = "1.11.0" kotlin-coroutines = "1.10.2" javax-activation = "1.1.1" korlibs = "5.4.0" uuid = "0.8.4" -ktor = "3.4.1" +ktor = "3.4.2" ksp = "2.3.6" -kotlin-poet = "2.2.0" +kotlin-poet = "2.3.0" -microutils = "0.29.1" -kslog = "1.6.0" +microutils = "0.29.2" +kslog = "1.6.1" versions = "0.53.0"