From 169fc0401a1238ba3a686114780eef701ac4b098 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 26 May 2021 21:55:09 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 9 +++++++++ gradle.properties | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e65bd3f24..55931ef633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## 0.35.0 +* `Common`: + * `Version`: + * `Kotlin`: `1.4.72` -> `1.5.0` + * `MicroUtils`: `0.4.36` -> `0.5.3` + * `Coroutines`: `1.4.3` -> `1.5.0` + * `Serialization`: `1.1.0` -> `1.2.1` + * `Klock`: `2.0.7` -> `2.1.0` + * `UUID`: `0.2.3` -> `0.3.0` + ## 0.34.1 * `Common`: diff --git a/gradle.properties b/gradle.properties index 2971762128..0afdb5ae15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,14 +5,14 @@ kotlin.js.generate.externals=true kotlin.incremental=true kotlin.incremental.js=true -kotlin_version=1.4.32 -kotlin_coroutines_version=1.4.3 -kotlin_serialisation_runtime_version=1.1.0 -klock_version=2.0.7 -uuid_version=0.2.4 +kotlin_version=1.5.10 +kotlin_coroutines_version=1.5.0 +kotlin_serialisation_runtime_version=1.2.1 +klock_version=2.1.0 +uuid_version=0.3.0 ktor_version=1.5.4 -micro_utils_version=0.4.36 +micro_utils_version=0.5.3 javax_activation_version=1.1.1