From 016fc81b7174a7ea2403d9573c49ecee7b1f20fb Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 4 Oct 2021 15:56:19 +0600 Subject: [PATCH] update microutils --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5422ccdc..94817d3e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ * `Version`: * `Serialization`: `1.2.2` -> `1.3.0` * `Ktor`: `1.6.3` -> `1.6.4` - * `MicroUtils`: `0.5.28` -> `0.5.31` + * `MicroUtils`: `0.5.28` -> `0.6.0` * `Core`: * `PayInlineKeyboardButton#pay` now is deprecated * `RowBuilder` and `MatrixBuilder` now are open and available for extending diff --git a/gradle.properties b/gradle.properties index 7b05ee0f74..d1b55215d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ klock_version=2.4.3 uuid_version=0.3.1 ktor_version=1.6.4 -micro_utils_version=0.5.31 +micro_utils_version=0.6.0 javax_activation_version=1.1.1