From fe059c6b94a7ea321a6e48c579f288f5e2b5d7d5 Mon Sep 17 00:00:00 2001 From: John MacAuley Date: Wed, 15 Dec 2021 12:29:45 -0500 Subject: [PATCH] Upgraded Log4J to 2.16.0 to address new vulnerability. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1f009d9..e33ee91 100644 --- a/pom.xml +++ b/pom.xml @@ -147,13 +147,13 @@ org.apache.logging.log4j log4j-api - [2.15.0,) + [2.16.0,) org.apache.logging.log4j log4j-core - [2.15.0,) + [2.16.0,)