Update to slf4j 1.7.7.

This commit is contained in:
Andreas Schildbach
2015-04-08 22:44:58 +02:00
parent f2e3111ba8
commit dba18dfb4d
4 changed files with 7 additions and 7 deletions

View File

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