Upgrade to Logback 1.4 and SLF4J 2.0
Closes gh-12649
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
description = "Starter for using Log4j2 for logging. An alternative to spring-boot-starter-logging"
|
||||
|
||||
dependencies {
|
||||
api("org.apache.logging.log4j:log4j-slf4j-impl")
|
||||
api("org.apache.logging.log4j:log4j-slf4j2-impl")
|
||||
api("org.apache.logging.log4j:log4j-core")
|
||||
api("org.apache.logging.log4j:log4j-jul")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user