From 129fb31b74a4a966ad0382e09ee0accb99ebca94 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 8 Dec 2023 16:13:02 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 5 +++++ gradle/libs.versions.toml | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 271437e0d7..209ca7a9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 9.4.2 +* `Version`: + * `Serialization`: `1.6.1` -> `1.6.2` + * `Ktor`: `2.3.6` -> `2.3.7` + * `MicroUtils`: `0.20.15` -> `0.20.19` + ## 9.4.1 * Replace warning about two bots from `LongPolling` to `DefaultKtorRequestsExecutor` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4a0944291d..d36011549e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,19 @@ [versions] kotlin = "1.9.21" -kotlin-serialization = "1.6.1" +kotlin-serialization = "1.6.2" kotlin-coroutines = "1.7.3" javax-activation = "1.1.1" korlibs = "4.0.10" uuid = "0.8.1" -ktor = "2.3.6" +ktor = "2.3.7" -ksp = "1.9.20-1.0.14" -kotlin-poet = "1.15.1" +ksp = "1.9.21-1.0.15" +kotlin-poet = "1.15.3" -microutils = "0.20.15" +microutils = "0.20.19" kslog = "1.3.1" versions = "0.50.0"