build.gradle: Update SLF4J to 1.7.32.

This commit is contained in:
Sean Gilligan 2021-09-16 18:23:19 -07:00 committed by Andreas Schildbach
parent 8708f08b1b
commit 6da10f8641
4 changed files with 5 additions and 5 deletions

View File

@ -12,13 +12,13 @@ dependencies {
api 'com.google.guava:guava:30.0-android'
api 'com.google.protobuf:protobuf-java:3.13.0'
api 'com.squareup.okhttp3:okhttp:3.12.12'
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'net.jcip:jcip-annotations:1.0'
compileOnly 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.easymock:easymock:3.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.30'
testImplementation 'org.slf4j:slf4j-jdk14:1.7.32'
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

@ -6,7 +6,7 @@ plugins {
dependencies {
implementation project(':bitcoinj-core')
implementation 'info.picocli:picocli:4.6.1'
implementation 'org.slf4j:slf4j-jdk14:1.7.30'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
}

View File

@ -7,7 +7,7 @@ plugins {
dependencies {
implementation project(':bitcoinj-core')
implementation 'info.picocli:picocli:4.6.1'
implementation 'org.slf4j:slf4j-jdk14:1.7.30'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
}
sourceCompatibility = 1.8

View File

@ -9,7 +9,7 @@ dependencies {
implementation project(':bitcoinj-core')
implementation 'de.jensd:fontawesomefx:8.0.0'
implementation 'com.google.zxing:core:3.4.0'
implementation 'org.slf4j:slf4j-jdk14:1.7.30'
implementation 'org.slf4j:slf4j-jdk14:1.7.32'
}
javafx {