diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c5f369f1..b1203c11fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * `Version`: * `MicroUtils`: `0.4.16` -> `0.4.23` * `Klock`: `0.2.3` -> `0.2.4` + * `Ktor`: `1.5.0` -> `1.5.1` * `Core`: * **BREAKING CHANGE** Now `MediaGroupMessage` have a generic type related to `MediaGroupContent` * Methods and types related to `MediaGroupMessage` have been modified according to their meanings diff --git a/gradle.properties b/gradle.properties index d8cdce6fd8..710eeb454a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin_coroutines_version=1.4.2 kotlin_serialisation_runtime_version=1.0.1 klock_version=2.0.4 uuid_version=0.2.3 -ktor_version=1.5.0 +ktor_version=1.5.1 micro_utils_version=0.4.23