Update to slf4j 1.7.20.

This commit is contained in:
Andreas Schildbach
2016-04-02 15:49:40 +02:00
parent 4e29e4fb00
commit 9c83299571
4 changed files with 7 additions and 7 deletions

View File

@@ -171,7 +171,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<version>1.7.20</version>
</dependency>
<!-- bitcoinj consumers are expected to provide their own SLF4J adapters
such as logback, slf4j-log4j12, slf4j-jcl and so on
@@ -179,7 +179,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.7</version>
<version>1.7.20</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>