mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
Update slf4j to 1.7.27.
This commit is contained in:
parent
726c7291ac
commit
1394f91d61
@ -12,13 +12,13 @@ dependencies {
|
|||||||
implementation 'com.google.guava:guava:27.1-android'
|
implementation 'com.google.guava:guava:27.1-android'
|
||||||
compile 'com.google.protobuf:protobuf-java:3.7.1'
|
compile 'com.google.protobuf:protobuf-java:3.7.1'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
|
||||||
implementation 'org.slf4j:slf4j-api:1.7.26'
|
implementation 'org.slf4j:slf4j-api:1.7.27'
|
||||||
implementation 'net.jcip:jcip-annotations:1.0'
|
implementation 'net.jcip:jcip-annotations:1.0'
|
||||||
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.easymock:easymock:3.2'
|
testImplementation 'org.easymock:easymock:3.2'
|
||||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
|
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
|
||||||
testImplementation 'org.slf4j:slf4j-jdk14:1.7.26'
|
testImplementation 'org.slf4j:slf4j-jdk14:1.7.27'
|
||||||
testImplementation 'com.h2database:h2:1.3.167'
|
testImplementation 'com.h2database:h2:1.3.167'
|
||||||
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'
|
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'
|
||||||
|
@ -7,7 +7,7 @@ dependencies {
|
|||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation 'com.google.guava:guava:27.1-android'
|
implementation 'com.google.guava:guava:27.1-android'
|
||||||
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:1.7.26'
|
implementation 'org.slf4j:slf4j-jdk14:1.7.27'
|
||||||
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ dependencies {
|
|||||||
implementation project(':bitcoinj-core')
|
implementation project(':bitcoinj-core')
|
||||||
implementation 'com.google.guava:guava:27.1-android'
|
implementation 'com.google.guava:guava:27.1-android'
|
||||||
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:1.7.26'
|
implementation 'org.slf4j:slf4j-jdk14:1.7.27'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
|
@ -10,7 +10,7 @@ dependencies {
|
|||||||
implementation 'com.google.guava:guava:27.1-android'
|
implementation 'com.google.guava:guava:27.1-android'
|
||||||
implementation 'de.jensd:fontawesomefx:8.0.0'
|
implementation 'de.jensd:fontawesomefx:8.0.0'
|
||||||
implementation 'com.google.zxing:core:3.3.3'
|
implementation 'com.google.zxing:core:3.3.3'
|
||||||
implementation 'org.slf4j:slf4j-jdk14:1.7.26'
|
implementation 'org.slf4j:slf4j-jdk14:1.7.27'
|
||||||
}
|
}
|
||||||
|
|
||||||
javafx {
|
javafx {
|
||||||
|
Loading…
Reference in New Issue
Block a user