From d9383d6ba9b2f90b7d3fb7fc45ae22c2e7547368 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 3 Jul 2022 22:52:21 +0000 Subject: [PATCH] log4j 2.18.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902438 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 10 +++++----- osgi/pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index b7fa2ac7d3..90c8db15e0 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ subprojects { commonsIoVersion = '2.11.0' commonsMathVersion = '3.6.1' junitVersion = '5.8.2' - log4jVersion = '2.17.2' + log4jVersion = '2.18.0' mockitoVersion = '4.6.1' hamcrestVersion = '2.2' xmlbeansVersion = '5.1.0' diff --git a/build.xml b/build.xml index a4fa2e994e..7f3516b15a 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -2592,9 +2592,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index dfab9a7bda..d3b9a12f01 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.17.2 + 2.18.0 test -- 2.39.5