Update slf4j to 1.7.28.

1.7.28 fixes an error in 1.7.27 that could affect some users of JPMS modules.
This commit is contained in:
Sean Gilligan 2019-08-26 13:45:43 -07:00 committed by Andreas Schildbach
parent 80ff250cfc
commit 03d7d7369f
4 changed files with 5 additions and 5 deletions

View file

@ -12,13 +12,13 @@ dependencies {
implementation 'com.google.guava:guava:27.1-android'
compile 'com.google.protobuf:protobuf-java:3.7.1'
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
implementation 'org.slf4j:slf4j-api:1.7.27'
implementation 'org.slf4j:slf4j-api:1.7.28'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'junit:junit:4.12'
testImplementation 'org.easymock:easymock:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.27'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.28'
testImplementation 'com.h2database:h2:1.3.167'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'

View file

@ -7,7 +7,7 @@ dependencies {
implementation project(':bitcoinj-core')
implementation 'com.google.guava:guava:27.1-android'
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
implementation 'org.slf4j:slf4j-jdk14:1.7.27'
implementation 'org.slf4j:slf4j-jdk14:1.7.28'
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
}

View file

@ -7,7 +7,7 @@ dependencies {
implementation project(':bitcoinj-core')
implementation 'com.google.guava:guava:27.1-android'
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
implementation 'org.slf4j:slf4j-jdk14:1.7.27'
implementation 'org.slf4j:slf4j-jdk14:1.7.28'
}
sourceCompatibility = 1.8

View file

@ -10,7 +10,7 @@ dependencies {
implementation 'com.google.guava:guava:27.1-android'
implementation 'de.jensd:fontawesomefx:8.0.0'
implementation 'com.google.zxing:core:3.3.3'
implementation 'org.slf4j:slf4j-jdk14:1.7.27'
implementation 'org.slf4j:slf4j-jdk14:1.7.28'
}
javafx {