From 2acd856c4cf1bcf8cc60a2852d0a548e49ec91b0 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Wed, 15 Dec 2021 14:36:57 +0100 Subject: Update log4j because of the CVE-2021-44228 security flaw --- pom.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 028cf9c..d6c59ef 100644 --- a/pom.xml +++ b/pom.xml @@ -135,15 +135,21 @@ test - log4j - log4j - [1.2.10,1.2.20] + org.apache.logging.log4j + log4j-api + [2.0,3.0) compile - org.slf4j - slf4j-log4j12 - 1.7.25 + org.apache.logging.log4j + log4j-core + [2.0,3.0) + compile + + + org.apache.logging.log4j + log4j-slf4j-impl + [2.0,3.0) compile -- cgit v1.2.3-55-g7522