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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8fdde86  NIFI-9474 - Upgrade Log4j references to 2.15.0
8fdde86 is described below

commit 8fdde86997fd17e152a21b9cce2b1ce725124df2
Author: Pierre Villard <[email protected]>
AuthorDate: Fri Dec 10 13:11:33 2021 +0100

    NIFI-9474 - Upgrade Log4j references to 2.15.0
    
    This closes #5592
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-nar-bundles/nifi-druid-bundle/pom.xml                              | 2 +-
 .../nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml   | 2 +-
 nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml                      | 2 +-
 nifi-nar-bundles/nifi-hive-bundle/pom.xml                               | 2 +-
 nifi-nar-bundles/nifi-ranger-bundle/pom.xml                             | 2 +-
 nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/nifi-nar-bundles/nifi-druid-bundle/pom.xml 
b/nifi-nar-bundles/nifi-druid-bundle/pom.xml
index 716bc03..506f476 100644
--- a/nifi-nar-bundles/nifi-druid-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-druid-bundle/pom.xml
@@ -80,7 +80,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.14.1</version>
+                <version>2.15.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
index 7670036..6f1cdcb 100644
--- 
a/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/pom.xml
@@ -24,7 +24,7 @@ language governing permissions and limitations under the 
License. -->
         <slf4jversion>2.7</slf4jversion>
         <es.version>5.0.1</es.version>
         <lucene.version>6.2.1</lucene.version>
-        <log4j.version>2.14.1</log4j.version>
+        <log4j.version>2.15.0</log4j.version>
     </properties>
 
     <dependencies>
diff --git a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml 
b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
index 9082c60..34d915e 100644
--- a/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml
@@ -68,7 +68,7 @@ language governing permissions and limitations under the 
License. -->
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.14.1</version>
+                <version>2.15.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml 
b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index eb034fb..a1f895d 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -100,7 +100,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.14.1</version>
+                <version>2.15.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml 
b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
index a1fb307..230265f 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/pom.xml
@@ -75,7 +75,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.14.1</version>
+                <version>2.15.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git 
a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml 
b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
index e92ff5e..533fbf7 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/pom.xml
@@ -81,7 +81,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.14.1</version>
+                <version>2.15.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>

Reply via email to