From 89d06d249628f10a0e5724622da389c65bc89700 Mon Sep 17 00:00:00 2001
From: Keith Hoodlet <22803099+securingdev@users.noreply.github.com>
Date: Fri, 24 Feb 2023 10:26:31 -0500
Subject: [PATCH] Update pom.xml to fix breaking CodeQL scans
---
pom.xml | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a3c1cf..941e98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,10 +34,15 @@
org.apache.logging.log4j
- log4j
- 2.16.0
-
-
+ log4j-core
+ 2.1
+
+
+ org.apache.logging.log4j
+ log4j-api
+ 2.1
+
+