build: 更新 Slf4j-api 的版本.

更新版本以修复潜在的问题.
This commit is contained in:
2022-02-21 15:38:20 +08:00
parent d7b253186e
commit 6ea36a1129
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ plugins {
dependencies {
api("org.telegram:telegrambots-abilities:5.6.0")
api("org.slf4j:slf4j-api:1.7.33")
api("org.slf4j:slf4j-api:1.7.36")
// There is nothing to test.
// testImplementation(kotlin("test"))