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

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