diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b73ac97a..aeabbc506d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 7.1.3 +* `Versions`: + * `Serialization`: `1.5.0` -> `1.5.1` + * `MicroUtils`: `0.18.1` -> `0.18.4` + ## 7.1.2 * `Versions`: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 26c68c0fcc..c3447eda98 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.8.21" -kotlin-serialization = "1.5.0" +kotlin-serialization = "1.5.1" kotlin-coroutines = "1.6.4" javax-activation = "1.1.1" @@ -13,7 +13,7 @@ ktor = "2.3.0" ksp = "1.8.21-1.0.11" kotlin-poet = "1.13.2" -microutils = "0.18.1" +microutils = "0.18.4" github-release-plugin = "2.4.1" dokka = "1.8.10"