diff --git a/CHANGELOG.md b/CHANGELOG.md index 399b4de..bc6c2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # PlaguPoster +## 0.5.4 + +* Dependencies update + ## 0.5.3 * Dependencies update diff --git a/gradle.properties b/gradle.properties index cd60e51..70d4320 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,4 +10,4 @@ android.enableJetifier=true # Project data group=dev.inmo -version=0.5.3 +version=0.5.4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dd48679..71cfca5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,12 +3,12 @@ kotlin = "1.9.22" kotlin-serialization = "1.6.2" -plagubot = "8.1.1" -tgbotapi = "10.0.1" -microutils = "0.20.34" +plagubot = "8.2.0" +tgbotapi = "10.1.0" +microutils = "0.20.35" kslog = "1.3.2" -krontab = "2.2.7" -plagubot-plugins = "0.18.1" +krontab = "2.2.8" +plagubot-plugins = "0.18.2" dokka = "1.9.10"