diff --git a/app/build.gradle b/app/build.gradle index ea93655..3c671e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation "org.apache.logging.log4j:log4j-api:$log4jVersion" implementation "org.apache.logging.log4j:log4j-core:$log4jVersion" - implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion" + implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion" implementation "org.apache.logging.log4j:log4j-layout-template-json:$log4jVersion" // removes jacksons large libs from plugins diff --git a/gradle.properties b/gradle.properties index e3df27e..b6ad8c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,13 +4,13 @@ kotlin.stdlib.default.dependency=false cliHostVersion=5.1.0 # PF4J -pf4jVersion=3.9.0 +pf4jVersion=3.10.0 kotlinVersion=1.8.21 # Logging log4jVersion=2.20.0 -slf4jVersion=1.7.36 +slf4jVersion=2.0.6 # pico CLI picoCliVersion=4.7.3