From bae2c67136f58d5ca86b31618149fcdc180547b5 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 4 Aug 2025 14:21:34 +0600 Subject: [PATCH] update dependencies --- CHANGELOG.md | 2 ++ gradle/libs.versions.toml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ce261..6001380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.10.0 +* Dependencies update + ## 0.9.0 * Dependencies update diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aa7f6c4..ac816ba 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] -kotlin = "2.1.20" -kotlin-serialization = "1.8.1" +kotlin = "2.2.0" +kotlin-serialization = "1.9.0" -plagubot = "10.6.0" -tgbotapi = "26.0.0" -microutils = "0.25.8" -kslog = "1.4.2" +plagubot = "10.7.0" +tgbotapi = "27.1.1" +microutils = "0.26.2" +kslog = "1.5.0" krontab = "2.7.2" -plagubot-plugins = "0.24.4" +plagubot-plugins = "0.24.5" -nmcp="0.2.1" +nmcp="1.0.2" dokka = "2.0.0"