Update log4j

This commit is contained in:
Andrea Cavalli 2021-12-11 13:20:03 +01:00
parent bc47ea1d81
commit 696cd7753f
1 changed files with 2 additions and 2 deletions

View File

@ -224,12 +224,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>