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