You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/12/13 18:05:23 UTC

[nifi] 02/04: NIFI-9474 - Upgrade Log4j references to 2.15.0

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

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

commit 40d1aa77a66aeac27e1499506ea41a133cc8acfa
Author: Pierre Villard <pi...@gmail.com>
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 <ex...@apache.org>
---
 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 ee0b01f..2997b2b 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 e6ddb2f..7fe8270 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 99c3e4f..447ce3c 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 db98b57..80db010 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 257e9dd..66543cf 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 cc22979..db7fbe3 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>