Upgrade log4j Version

This commit is contained in:
Gary Russell
2020-07-01 14:56:27 -04:00
parent e726180e9f
commit 3f30e559ae

View File

@@ -114,19 +114,19 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.12.1</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.12.1</version>
<version>2.13.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.12.1</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.jgoodies</groupId>