From 399733a2b0c56a6dc9295fad6eaf04d6c963eaf5 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 14 Jun 2022 12:19:47 -0500 Subject: [PATCH] Removing slf4j-api and redundant slf4j-simple; bumping log4j to 2.17.2 and junit to 5.8.2 --- pom.xml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 05c9b813..ebb1132b 100644 --- a/pom.xml +++ b/pom.xml @@ -81,17 +81,7 @@ org.slf4j slf4j-simple - 1.7.30 - - - org.slf4j - slf4j-api - 1.7.30 - - - org.slf4j - slf4j-simple - 1.7.30 + 1.7.36 @@ -103,17 +93,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