From 5c6428f2202ab28f7970d8b1fe6bd89290141a41 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 23 Aug 2022 13:13:06 +0600 Subject: [PATCH] update microutils --- CHANGELOG.md | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b994a848..ab8080d0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * `Versions`: * `Serialization`: `1.4.0-RC` -> `1.4.0` - * `MicroUtils`: `0.12.1` -> `0.12.3` + * `MicroUtils`: `0.12.1` -> `0.12.4` * `Core`: * `SetWebhook#allowedUpdates` now is `ALL_UPDATES_LIST` by default instead of `null` * `API`: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5cc6437a50..11c2a634b9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ ktor = "2.1.0" ksp = "1.7.10-1.0.6" kotlin-poet = "1.12.0" -microutils = "0.12.3" +microutils = "0.12.4" github-release-plugin = "2.4.1"