diff --git a/CHANGELOG.md b/CHANGELOG.md index b16a21c049..0ed40c40cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,11 @@ ### 0.28.1 +* Common: + * Versions updates: + * `Kotlin`: `1.4.0` -> `1.4.10` + * `UUID`: `0.2.1` -> `0.2.2` + ## 0.27.0 * `Common`: diff --git a/gradle.properties b/gradle.properties index 15a539d2c3..5f57bb8a1b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,11 +5,11 @@ kotlin.js.generate.externals=true kotlin.incremental=true kotlin.incremental.js=true -kotlin_version=1.4.0 +kotlin_version=1.4.10 kotlin_coroutines_version=1.3.9 kotlin_serialisation_runtime_version=1.0.0-RC klock_version=1.12.0 -uuid_version=0.2.1 +uuid_version=0.2.2 ktor_version=1.4.0 javax_activation_version=1.1.1