Bump log4j2 from 2.13.3 to 2.15.0

This commit is contained in:
Andreas Dangel
2021-12-13 19:02:07 +01:00
parent 8f68e3e1cb
commit ae04e0a4b5

View File

@ -11,6 +11,10 @@
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<properties>
<log4j.version>2.15.0</log4j.version>
</properties>
<build> <build>
<testResources> <testResources>
<testResource> <testResource>
@ -216,13 +220,13 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId> <artifactId>log4j-api</artifactId>
<version>2.13.3</version> <version>${log4j.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId> <artifactId>log4j-core</artifactId>
<version>2.13.3</version> <version>${log4j.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>