|
@@ -44,12 +44,12 @@ You need to also include Log4j 2 dependencies:
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
- <version>2.7</version>
|
|
|
+ <version>2.8.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
- <version>2.7</version>
|
|
|
+ <version>2.8.2</version>
|
|
|
</dependency>
|
|
|
--------------------------------------------------
|
|
|
|
|
@@ -77,12 +77,12 @@ If you want to use another logger than Log4j 2, you can use http://www.slf4j.org
|
|
|
<dependency>
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
<artifactId>log4j-to-slf4j</artifactId>
|
|
|
- <version>2.7</version>
|
|
|
+ <version>2.8.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
- <version>1.7.21</version>
|
|
|
+ <version>1.7.24</version>
|
|
|
</dependency>
|
|
|
--------------------------------------------------
|
|
|
|