From 496b1fabb3aff183bf2e3c9e25227bdfaaeaf9b3 Mon Sep 17 00:00:00 2001 From: stianst Date: Tue, 14 Dec 2021 11:19:28 +0100 Subject: [PATCH] Update log4j used in tests to 2.15.0 --- tests/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/pom.xml b/tests/pom.xml index e5b0c60f8e..1941fa5d79 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -1,6 +1,11 @@ 4.0.0 + + + 2.15.0 + + @@ -97,13 +102,13 @@ org.apache.logging.log4j log4j-api - 2.13.0 + ${version.log4j} test org.apache.logging.log4j log4j-core - 2.13.2 + ${version.log4j} test