From ff168ca0ac20e4152babe2ec5af0f343e915d824 Mon Sep 17 00:00:00 2001 From: mworzala Date: Fri, 10 Dec 2021 08:08:17 -0500 Subject: [PATCH] Update log4j2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1483f12ef..1a93a459b 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { api 'com.github.Articdive:Jnoise:2.1.0' // Logging - api 'org.apache.logging.log4j:log4j-core:2.14.1' + api 'org.apache.logging.log4j:log4j-core:2.15.0' // SLF4J is the base logger for most libraries, therefore we can hook it into log4j2. api 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'