You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/01/05 14:21:55 UTC

[nifi] branch main updated: NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 2.17.1

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

pvillard 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 abd1540  NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 2.17.1
abd1540 is described below

commit abd154026e4c42ce8ed53bdd0285a14ce334c3f5
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jan 4 14:29:13 2022 -0600

    NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 2.17.1
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5629.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f45810..a33d5f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,11 +486,11 @@
                 <artifactId>aspectjweaver</artifactId>
                 <version>${aspectj.version}</version>
             </dependency>
-            <!-- Override log4j-core and related Log4j 2 libraries for transitive dependencies to multiple vulnerabilities -->
+            <!-- Override Log4j 2 libraries for transitive dependencies -->
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-bom</artifactId>
-                <version>2.17.0</version>
+                <version>2.17.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>