build: 更新 Slf4j-api 的版本.

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

View File

@ -9,7 +9,7 @@ plugins {
dependencies {
implementation(project(":scalabot-extension"))
implementation("org.slf4j:slf4j-api:1.7.35")
implementation("org.slf4j:slf4j-api:1.7.36")
implementation("io.github.microutils:kotlin-logging:2.1.21")
implementation("ch.qos.logback:logback-classic:1.2.10")

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"))