diff --git a/CHANGELOG.md b/CHANGELOG.md index 8064e0223f..bc5c01c6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## 9.1.0 +* `Version`: + * `Coroutines`: `1.7.2` -> `1.7.3` + * `Ktor`: `2.3.2` -> `2.3.3` + * `MicroUtils`: `0.19.7` -> `0.19.9` + ## 9.0.0 **THIS UPDATE CONTAINS BREAKING CHANGES: USERNAMES OF BOTS NOW BECAME NULLABLE** diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7808783a44..202011f887 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,18 +2,18 @@ kotlin = "1.8.22" kotlin-serialization = "1.5.1" -kotlin-coroutines = "1.7.2" +kotlin-coroutines = "1.7.3" javax-activation = "1.1.1" korlibs = "4.0.3" uuid = "0.7.1" -ktor = "2.3.2" +ktor = "2.3.3" ksp = "1.8.22-1.0.11" kotlin-poet = "1.14.2" -microutils = "0.19.7" +microutils = "0.19.9" github-release-plugin = "2.4.1" dokka = "1.8.20"