mirror of https://github.com/apache/nifi.git
NIFI-10220 This closes #6197. Upgraded Log4j 2 from 2.17.2 to 2.18.0
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
996d8faaf4
commit
0bea430c00
3
pom.xml
3
pom.xml
|
@ -130,6 +130,7 @@
|
|||
<gcs.version>2.1.5</gcs.version>
|
||||
<aspectj.version>1.9.6</aspectj.version>
|
||||
<jersey.bom.version>2.36</jersey.bom.version>
|
||||
<log4j2.version>2.18.0</log4j2.version>
|
||||
<logback.version>1.2.11</logback.version>
|
||||
<mockito.version>3.11.2</mockito.version>
|
||||
<netty.3.version>3.10.6.Final</netty.3.version>
|
||||
|
@ -507,7 +508,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-bom</artifactId>
|
||||
<version>2.17.2</version>
|
||||
<version>${log4j2.version}</version>
|
||||
<scope>import</scope>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue