diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6eae0316..27b7513461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * `Common`: * `Version`: + * `Kotlin`: `1.5.30` -> `1.5.31` + * `Klock`: `2.4.1` -> `2.4.2` * `MicroUtils`: `0.5.25` -> `0.5.27` * `Core`: * New `BotAction` implementation - `CustomBotAction` diff --git a/gradle.properties b/gradle.properties index 3817bd2685..5d0a04ae83 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,10 @@ kotlin.js.generate.externals=true kotlin.incremental=true kotlin.incremental.js=true -kotlin_version=1.5.30 +kotlin_version=1.5.31 kotlin_coroutines_version=1.5.2 kotlin_serialisation_runtime_version=1.2.2 -klock_version=2.4.1 +klock_version=2.4.2 uuid_version=0.3.1 ktor_version=1.6.3