From 0820faadae0eb9659c0db08e531c9db85edba619 Mon Sep 17 00:00:00 2001 From: Nicholas Nassar Date: Fri, 15 Apr 2022 11:40:36 -0400 Subject: [PATCH] upgrade log4j --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 238311af..3920e8a6 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ dependencies { compile 'org.slf4j:slf4j-api:1.7.22' testCompile 'junit:junit:4.12' - testCompile 'org.apache.logging.log4j:log4j-api:2.8' + testCompile 'org.apache.logging.log4j:log4j-api:2.17.1' testCompile 'org.mockito:mockito-core:2.18.3' } @@ -95,8 +95,8 @@ processResources { // TODO include the cross compiled nativeIO libs as a resource. Unpack and load from jar! task fatJar(type: Jar) { dependencies { - compile 'org.apache.logging.log4j:log4j-core:2.8' - compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8' + compile 'org.apache.logging.log4j:log4j-core:2.17.1' + compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' } manifest { attributes 'Main-Class': 'com.upserve.uppend.Uppend'