NIFI-9474 - Upgrade Log4j references to 2.15.0

This closes #5592

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2021-12-10 13:11:33 +01:00 committed by exceptionfactory
parent f7a300d27d
commit 8fdde86997
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
6 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId> <artifactId>log4j-bom</artifactId>
<version>2.14.1</version> <version>2.15.0</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>

View File

@ -24,7 +24,7 @@ language governing permissions and limitations under the License. -->
<slf4jversion>2.7</slf4jversion> <slf4jversion>2.7</slf4jversion>
<es.version>5.0.1</es.version> <es.version>5.0.1</es.version>
<lucene.version>6.2.1</lucene.version> <lucene.version>6.2.1</lucene.version>
<log4j.version>2.14.1</log4j.version> <log4j.version>2.15.0</log4j.version>
</properties> </properties>
<dependencies> <dependencies>

View File

@ -68,7 +68,7 @@ language governing permissions and limitations under the License. -->
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId> <artifactId>log4j-bom</artifactId>
<version>2.14.1</version> <version>2.15.0</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>

View File

@ -100,7 +100,7 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId> <artifactId>log4j-bom</artifactId>
<version>2.14.1</version> <version>2.15.0</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>

View File

@ -75,7 +75,7 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId> <artifactId>log4j-bom</artifactId>
<version>2.14.1</version> <version>2.15.0</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>

View File

@ -81,7 +81,7 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId> <artifactId>log4j-bom</artifactId>
<version>2.14.1</version> <version>2.15.0</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>