This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 0bea430c00c896e025e78f20f381da6c1409b06c
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon Jul 11 19:20:40 2022 -0500

    NIFI-10220 This closes #6197. Upgraded Log4j 2 from 2.17.2 to 2.18.0
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab910830e8..f4cea28a8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
         <gcs.version>2.1.5</gcs.version>
         <aspectj.version>1.9.6</aspectj.version>
         <jersey.bom.version>2.36</jersey.bom.version>
+        <log4j2.version>2.18.0</log4j2.version>
         <logback.version>1.2.11</logback.version>
         <mockito.version>3.11.2</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
@@ -507,7 +508,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.17.2</version>
+                <version>${log4j2.version}</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>

Reply via email to