NIFI-9534 Upgraded Log4j 2 BOM from 2.17.0 to 2.17.1

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5629.
This commit is contained in:
exceptionfactory 2022-01-04 14:29:13 -06:00 committed by Pierre Villard
parent f80e2ec70b
commit abd154026e
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 2 additions and 2 deletions

View File

@ -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>