From 62a9c687d5a83bc647fe6fa75d147fd3f21a2b41 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 22 Oct 2022 14:33:43 +0600 Subject: [PATCH] update dependencies and changelog --- CHANGELOG.md | 5 ++++- gradle/libs.versions.toml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aeefae6bf..e6a74ebeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,15 @@ ## 3.3.0 * `Versions`: + * `Kotlin`: `1.7.10` -> `1.7.20` + * `Kotlin Serialization`: `1.4.0` -> `1.4.1` + * `Korlibs`: `3.1.0` -> `3.2.0` * `MicroUtils`: `0.12.17` -> `0.13.1` * `Core`: * Add opportunity to create command text source and add command in entities builder via `BotCommamd` (thanks to [d1shin](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/664)) * `Behaviour Builder`: - * Add opportunity to use triggers with `BotCommand` (thanks to [d1shin](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/664)) + * Add opportunity to use triggers and waiters with `BotCommand` (thanks to [d1shin](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/664)) ## 3.2.7 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 265643540c..1f2b41c1c9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] -kotlin = "1.7.10" -kotlin-serialization = "1.4.0" +kotlin = "1.7.20" +kotlin-serialization = "1.4.1" kotlin-coroutines = "1.6.4" javax-activation = "1.1.1" -korlibs = "3.1.0" +korlibs = "3.2.0" uuid = "0.5.0" ktor = "2.1.2" -ksp = "1.7.10-1.0.6" +ksp = "1.7.20-1.0.7" kotlin-poet = "1.12.0" microutils = "0.13.1"