mirror of https://github.com/apache/nifi.git
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:
parent
f80e2ec70b
commit
abd154026e
4
pom.xml
4
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>
|
||||
|
|
Loading…
Reference in New Issue