mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
build.gradle: Update SLF4J to 1.7.36
Starting with version 1.7.36, SLF4J releases are reproducible.
This commit is contained in:
parent
a082709ff5
commit
ea208935ff
5 changed files with 6 additions and 6 deletions
|
@ -14,13 +14,13 @@ dependencies {
|
|||
api 'com.google.guava:guava:31.0.1-android'
|
||||
api 'com.google.protobuf:protobuf-javalite:3.18.0'
|
||||
api 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.32'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||
implementation 'net.jcip:jcip-annotations:1.0'
|
||||
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.easymock:easymock:4.3'
|
||||
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:1.7.32'
|
||||
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
testImplementation 'com.h2database:h2:1.3.176'
|
||||
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.7.2'
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'info.picocli:picocli:4.6.1'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'info.picocli:picocli:4.6.1'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
}
|
||||
|
||||
sourceCompatibility = 11
|
||||
|
|
|
@ -9,7 +9,7 @@ dependencies {
|
|||
implementation project(':bitcoinj-core')
|
||||
implementation 'de.jensd:fontawesomefx:8.0.0'
|
||||
implementation 'com.google.zxing:core:3.4.1'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
}
|
||||
|
||||
javafx {
|
||||
|
|
|
@ -7,7 +7,7 @@ plugins {
|
|||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'info.picocli:picocli:4.6.1'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
|
||||
}
|
||||
|
||||
sourceCompatibility = 11
|
||||
|
|
Loading…
Add table
Reference in a new issue