diff --git a/CHANGELOG.md b/CHANGELOG.md index 855217b..e75b7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.7.0 +* Dependencies update + ## 0.6.0 * Dependencies update diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 229ab2b..73c6250 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,12 +3,12 @@ kotlin = "1.9.23" kotlin-serialization = "1.6.3" -plagubot = "8.4.0" -tgbotapi = "15.0.0" -microutils = "0.21.1" +plagubot = "8.5.0" +tgbotapi = "15.1.0" +microutils = "0.21.2" kslog = "1.3.4" krontab = "2.3.0" -plagubot-plugins = "0.19.0" +plagubot-plugins = "0.19.1" dokka = "1.9.20"