From ae1fb2533646c318085ae18057938c96302d0e1d Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sat, 4 Sep 2021 17:25:29 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 5 +++-- gradle.properties | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e805b55db0..f206cda756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ * `Common`: * `Version`: * `Kotlin`: `1.5.21` -> `1.5.30` - * `Klock`: `2.3.3` -> `2.4.0` + * `Klock`: `2.3.3` -> `2.4.1` * `Ktor`: `1.6.2` -> `1.6.3` - * `MicroUtils`: `0.5.21` -> `0.5.22` + * `Coroutines`: `1.5.1` -> `1.5.2` + * `MicroUtils`: `0.5.21` -> `0.5.24` ## 0.35.6 diff --git a/gradle.properties b/gradle.properties index 975054ab7f..e22eff9a7a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,13 +6,13 @@ kotlin.incremental=true kotlin.incremental.js=true kotlin_version=1.5.30 -kotlin_coroutines_version=1.5.1 +kotlin_coroutines_version=1.5.2 kotlin_serialisation_runtime_version=1.2.2 -klock_version=2.4.0 +klock_version=2.4.1 uuid_version=0.3.0 ktor_version=1.6.3 -micro_utils_version=0.5.22 +micro_utils_version=0.5.24 javax_activation_version=1.1.1