[#6056] Upgrade optional logger dependencies

This commit is contained in:
lukaseder 2017-04-25 11:49:49 +02:00
parent a93b0d41c2
commit bafad065d7

View File

@ -80,7 +80,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<type>jar</type>
<scope>provided</scope>
<optional>true</optional>
@ -88,7 +88,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>integration</artifactId>
<version>1.6.1</version>
<version>1.7.25</version>
<type>jar</type>
<scope>provided</scope>
<optional>true</optional>
@ -114,7 +114,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<type>jar</type>
<scope>test</scope>
</dependency>
@ -128,7 +128,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<version>1.7.25</version>
<type>jar</type>
<scope>test</scope>
</dependency>