Update to slf4j 1.7.25.

This commit is contained in:
Andreas Schildbach
2018-02-23 01:27:37 +01:00
parent 30767c9e28
commit cb01312395
4 changed files with 7 additions and 7 deletions

View File

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