From 13ca63d27d8daa509da4042edbcfb1dadc0437dd Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 22 Aug 2021 10:47:23 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 5 +++++ gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0640407c9..d3e3f53aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 0.35.6 +* `Common`: + * `Version`: + * `Klock`: `2.3.1` -> `2.3.3` + * `MicroUtils`: `0.5.19` -> `0.5.21` + ## 0.35.5 **MIME TYPES FOR REQUESTS HAVE BEEN DEPRECATED DUE TO REDUNDANCY OF MIME TYPES IN FILES SENDING** diff --git a/gradle.properties b/gradle.properties index 3a61497742..0443c5177f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,11 +8,11 @@ kotlin.incremental.js=true kotlin_version=1.5.21 kotlin_coroutines_version=1.5.1 kotlin_serialisation_runtime_version=1.2.2 -klock_version=2.3.1 +klock_version=2.3.3 uuid_version=0.3.0 ktor_version=1.6.2 -micro_utils_version=0.5.19 +micro_utils_version=0.5.21 javax_activation_version=1.1.1