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:25:55 UTC

[nifi] branch support/nifi-1.15 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 support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.15 by this push:
     new 91b50ca  NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 2.17.1
91b50ca is described below

commit 91b50ca883df1dc40f9129f9e00d3b667f5a2b33
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 b93cd30..1904f51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,11 +484,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>