[core/logging] Bind slf4j to 2.x; Bump log4j to 2.19.0

This commit is contained in:
Karlatemp
2022-11-11 13:35:34 +08:00
committed by Him188
parent 6c295723db
commit 1844d19602
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
api(project(":mirai-core-api"))
api(`log4j-api`)
api(`log4j-core`)
api(`log4j-slf4j-impl`)
api(`log4j-slf4j2-impl`)
testImplementation(`slf4j-api`)