From 2fb0574e0fcb31d072d607094cbb13124c8d48b1 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 14 Jun 2022 12:21:00 -0500 Subject: [PATCH] Remove slf4j; update log4j to 2.17.2 and junit to 5.8.2 --- pom.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index b61486bc..6abc730d 100644 --- a/pom.xml +++ b/pom.xml @@ -70,11 +70,6 @@ - - org.slf4j - slf4j-simple - 1.8.0-beta4 - @@ -85,17 +80,17 @@ org.apache.logging.log4j log4j-api - 2.17.1 + 2.17.2 org.apache.logging.log4j log4j-core - 2.17.1 + 2.17.2 org.junit.jupiter junit-jupiter-engine - 5.8.1 + 5.8.2 test