From e911c1c25b56f862adc6ae87a18474c61edffdc6 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 23 Dec 2025 12:10:45 +0000 Subject: [PATCH] Update log4j2 version to 2.24.3 Co-authored-by: mike --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 168ced3..d5fb363 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 1.8 1.8 + 2.24.3 @@ -71,13 +72,13 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.16.0 + ${log4j2.version} test org.apache.logging.log4j log4j-core - 2.17.0 + ${log4j2.version} test