From d59fe65c0a7294a9225675ea041d2f8c45f13155 Mon Sep 17 00:00:00 2001 From: Joseph Zuniga-Daly Date: Thu, 28 Sep 2023 11:36:55 +0100 Subject: [PATCH] CORE-15310: Swap log4j-slf4j-impl for log4j-slf4j2-impl in CLI --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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