From b8cc2421b6b7140d606815f64ff0a929eecbca99 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 14 Nov 2021 19:15:09 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 6 ++++++ gradle.properties | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfe1ce945..8e9201fc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 0.37.1 +* `Common`: + * `Version`: + * `Serialization`: `1.3.0` -> `1.3.1` + * `Klock`: `2.4.7` -> `2.4.8` + * `MicroUtils`: `0.8.1` -> `0.8.2` + ## 0.37.0 Telegram Bot API 5.4 **ALL DEPRECATIONS WERE REMOVED** diff --git a/gradle.properties b/gradle.properties index 472d92157a..c3db7650a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,12 +7,12 @@ kotlin.incremental.js=true kotlin_version=1.5.31 kotlin_coroutines_version=1.5.2 -kotlin_serialisation_runtime_version=1.3.0 -klock_version=2.4.7 +kotlin_serialisation_runtime_version=1.3.1 +klock_version=2.4.8 uuid_version=0.3.1 ktor_version=1.6.5 -micro_utils_version=0.8.1 +micro_utils_version=0.8.2 javax_activation_version=1.1.1